We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06a7c98 + 14b288b commit f9e2dbdCopy full SHA for f9e2dbd
1 file changed
Dockerfile
@@ -26,9 +26,9 @@ WORKDIR /app
26
# Copy only the necessary files from builder
27
COPY --from=builder /app/node_modules ./node_modules
28
COPY --from=builder /app/package*.json ./
29
-COPY --from=builder /app/dist ./dist
+# COPY --from=builder /app/dist ./dist
30
COPY --from=builder /app/temp ./temp
31
-COPY --from=builder /app/public ./public
+COPY --from=builder /app/views ./views
32
COPY --from=builder /app/*.js ./
33
34
# Set environment variables
0 commit comments