We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93ecdf commit 311b6bfCopy full SHA for 311b6bf
Dockerfile
@@ -72,6 +72,7 @@ COPY --from=builder /app/components ./components
72
COPY --from=builder /app/styles ./styles
73
COPY --from=builder /app/config ./config
74
COPY --from=builder /app/types ./types
75
+COPY --from=builder /app/public ./public
76
COPY --from=builder /app/tsconfig.json ./tsconfig.json
77
COPY --from=builder /app/next.config.js ./next.config.js
78
0 commit comments