diff --git a/Dockerfile b/Dockerfile index 8d287ea4de2ecb847e280511681c3ab9fe1e7bf9..1ad8436db974f2625b46a8320379dd41bb014a7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY nginx.conf /etc/nginx/ # copy swagger files to the `/js` folder ADD ./dist/ /usr/share/nginx/html/js -ADD ./public/* /usr/share/nginx/html +ADD ./public/* /usr/share/nginx/html/ # change the folder structure RUN sed -i 's/\.\.\/dist/js/g' /usr/share/nginx/html/index.html