gone with the public

This commit is contained in:
Ron
2017-04-04 14:37:45 -07:00
parent ad4fe9cbd5
commit 7f525a8730
6 changed files with 5 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ RUN mkdir -p /run/nginx
COPY nginx.conf /etc/nginx/
# copy swagger files to the `/js` folder
ADD ./public/* /usr/share/nginx/html/
ADD ./dist/* /usr/share/nginx/html/
EXPOSE 8080