diff --git a/Dockerfile b/Dockerfile index 6a9716c30..336b82459 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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