Skip to content

Commit fdc325c

Browse files
committed
Fix adding images to the docker image
1 parent 085b73f commit fdc325c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ RUN sed -i "s/# %DEPLOYMENT //g" /etc/nginx/conf.d/default.conf \
9292
COPY --from=frontend-installer node_modules/@bower_components public/vendor
9393
COPY --from=frontend-installer /public/css public/css
9494

95-
COPY public/js public/js
95+
COPY public/js public/js
96+
COPY public/images public/images

0 commit comments

Comments
 (0)