fix assets not getting copied into the docker container - didnt work try again
1 files changed, 1 insertions(+), 1 deletions(-) M web.Dockerfile
M web.Dockerfile => web.Dockerfile +1 -1
@@ 10,5 10,5 @@ RUN cd /client && yarn build FROM nginx COPY --from=0 /client/dist /usr/share/nginx/html -COPY assets /usr/share/nginx/html +COPY assets/ /usr/share/nginx/html/assets COPY docker/mime-types.conf /etc/nginx/conf.d/mime-types.conf= \ No newline at end of file