Added missing slash

This commit is contained in:
Damiano Petrungaro
2017-03-20 09:45:27 +01:00
committed by GitHub
parent 1ed71a6081
commit a5a65589ce

View File

@@ -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