Skip to content

Commit

Permalink
.env in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorizen committed Apr 5, 2024
1 parent b9450a5 commit 7387b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/package.json ./package.json
COPY .env.local .
COPY .env .


EXPOSE 8000
Expand Down

0 comments on commit 7387b77

Please sign in to comment.