We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085b73f commit fdc325cCopy full SHA for fdc325c
Dockerfile
@@ -92,4 +92,5 @@ RUN sed -i "s/# %DEPLOYMENT //g" /etc/nginx/conf.d/default.conf \
92
COPY --from=frontend-installer node_modules/@bower_components public/vendor
93
COPY --from=frontend-installer /public/css public/css
94
95
-COPY public/js public/js
+COPY public/js public/js
96
+COPY public/images public/images
0 commit comments