Skip to content

Commit

Permalink
fix: env file path
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Sep 22, 2024
1 parent 90b5b33 commit bd68176
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 @@ -41,7 +41,7 @@ COPY --from=builder /app/public ./public

COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
COPY --from=builder --chown=nextjs:nodejs /.env.example ./.env
COPY --from=builder --chown=nextjs:nodejs /app/.env.example ./.env

USER nextjs

Expand Down

0 comments on commit bd68176

Please sign in to comment.