docker nginx fix

This commit is contained in:
Eugenio Romano
2018-01-07 23:41:04 +00:00
parent 48c2a8f63d
commit 6debc14fc7
2 changed files with 26 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf
COPY demo-shell/nginx.conf /etc/nginx/nginx.conf
WORKDIR /usr/share/nginx/html
COPY demo-shell/dist/ .