fix: env file path

This commit is contained in:
hamster1963 2024-09-22 17:39:56 +08:00
parent 90b5b331e8
commit bd681766b4

View File

@ -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/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static 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 USER nextjs