[no-issue] docker file (#2800)

* docker file
This commit is contained in:
Eugenio Romano
2018-01-05 16:33:22 +00:00
committed by GitHub
parent f58405e07a
commit 96311c669a
2 changed files with 6 additions and 4 deletions

6
Dockerfile Normal file
View File

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