Skip to content

Commit

Permalink
fix: removed .env copy step from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseKoldewijn committed Aug 15, 2023
1 parent d3aec54 commit 84c53f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ COPY package*.json ./
# Copy bun lockfile if exists
COPY pnpm-lock.yaml ./

# Copy environment variables file
COPY .env ./

# Install pnpm globally
RUN npm install -g pnpm@latest

Expand Down Expand Up @@ -43,9 +40,6 @@ COPY package*.json ./
# Copy bun lockfile if exists
COPY pnpm-lock.yaml ./

# Copy environment variables file
COPY .env ./

# Install pnpm globally
RUN npm install -g pnpm@latest

Expand Down

1 comment on commit 84c53f2

@vercel
Copy link

@vercel vercel bot commented on 84c53f2 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.