Skip to content

Commit

Permalink
fix: 💚 Remove unnecessary environment variable copy in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhern committed Apr 9, 2024
1 parent 6812e7b commit b848d2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ RUN npm ci
# Copy the rest of your app's source code from your host to your image filesystem.
COPY . .

# Copy the environment variables
RUN cp -r /app/.env.template /app/.env

# Build the Next.js application
RUN npm run build
# For Yarn, use the following command instead
Expand Down

0 comments on commit b848d2e

Please sign in to comment.