We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182ea0f commit 53e2da1Copy full SHA for 53e2da1
Dockerfile
@@ -43,7 +43,7 @@ RUN adduser --system --uid 1001 nextjs
43
# https://nextjs.org/docs/advanced-features/output-file-tracing
44
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
45
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
46
-# COPY --from=builder --chown=nextjs:nodejs /app/public ./public
+COPY --from=builder --chown=nextjs:nodejs /app/public ./public
47
48
USER nextjs
49
0 commit comments