Skip to content

Commit d0a5ac9

Browse files
committed
fixup! Nextjs example, dockerfiles and k8s config
1 parent 9c2d78d commit d0a5ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.debian

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ COPY --from=builder /app/public ./public
5252

5353
# Automatically leverage output traces to reduce image size
5454
# https://nextjs.org/docs/advanced-features/output-file-tracing
55-
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
55+
# COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
5656
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
5757

5858
USER nextjs

0 commit comments

Comments
 (0)