We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2d78d commit d0a5ac9Copy full SHA for d0a5ac9
docker/Dockerfile.debian
@@ -52,7 +52,7 @@ COPY --from=builder /app/public ./public
52
53
# Automatically leverage output traces to reduce image size
54
# https://nextjs.org/docs/advanced-features/output-file-tracing
55
-COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
+# COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
56
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
57
58
USER nextjs
0 commit comments