We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482a7e2 commit 680a396Copy full SHA for 680a396
1 file changed
panel/Dockerfile
@@ -48,6 +48,7 @@ RUN adduser --system --uid 1001 nextjs
48
49
# Automatically leverage output traces to reduce image size
50
# https://nextjs.org/docs/advanced-features/output-file-tracing
51
+COPY --from=builder --chown=nextjs:nodejs /app/panel/public ./panel/public
52
COPY --from=builder --chown=nextjs:nodejs /app/panel/.next/standalone/ ./
53
COPY --from=builder --chown=nextjs:nodejs /app/panel/.next/static ./panel/.next/static
54
0 commit comments