Add deploy scripts and docker file.

This commit is contained in:
Anna Rose Wiggins 2018-03-08 23:07:45 -05:00
parent 63e5147330
commit 1a497608e8
No known key found for this signature in database
GPG key ID: 8D9ACA841015C59A
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