mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: env file path
This commit is contained in:
parent
90b5b331e8
commit
bd681766b4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user