We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b619dcf commit a8b5526Copy full SHA for a8b5526
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ RUN apk add --update bash && rm -rf /var/cache/apk/*
36
# copy production node_modules
37
COPY --from=dependencies /var/app/prod_node_modules ./node_modules
38
COPY --from=build /var/app/build ./build
39
-COPY --from=build /var/app/source ./source
+# COPY --from=build /var/app/source ./source
40
41
# Setup environment variables
42
ENV NODE_ENV=production
0 commit comments