Add deploy scripts and docker file.

This commit is contained in:
2018-03-08 23:07:45 -05:00
parent 63e5147330
commit 1a497608e8
3 changed files with 9 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM nginx
COPY _site /usr/share/nginx/html