production build setup

This commit is contained in:
Denys Vuika
2017-11-06 14:11:04 +00:00
parent e0efdeb12b
commit d10255b843
6 changed files with 70 additions and 2 deletions

7
Dockerfile Normal file
View File

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