Update build

This commit is contained in:
2025-10-04 11:31:00 +00:00
parent e3396231b3
commit 67411b3972
2 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,7 @@ RUN chown nextjs:nodejs .next
# Automatically leverage output traces to reduce image size
# https://nextjs.org/docs/advanced-features/output-file-tracing
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
USER nextjs