We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66d919 commit 5d688acCopy full SHA for 5d688ac
Dockerfile
@@ -23,7 +23,7 @@ FROM base
23
RUN apk update && apk upgrade
24
25
COPY --from=dependencies /app/node_modules ./node_modules/
26
-COPY --from=dependencies /app/content/node_modules ./node_modules/
+COPY --from=dependencies /app/content/node_modules ./content/node_modules/
27
28
COPY --from=catalyst-builder /app/content/dist/src content/
29
COPY --from=catalyst-builder /app/content/blocks-cache-*.csv /app/
0 commit comments