Skip to content

Commit

Permalink
ci(frontend): fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jul 22, 2024
1 parent fdb9871 commit dc7ec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN adduser -S nextjs -u 1001
# https://nextjs.org/docs/advanced-features/output-file-tracing
COPY --from=builder --chown=nextjs:nodejs /tidb.ai/frontend/app/.next/standalone .
COPY --from=builder --chown=nextjs:nodejs /tidb.ai/frontend/app/.next/static app/.next/static
COPY --from=builder /tidb.ai/frontend/app/public frontend/app/public
COPY --from=builder /tidb.ai/frontend/app/public app/public

USER nextjs

Expand Down

0 comments on commit dc7ec5f

Please sign in to comment.