now serving content from /srv/html/

This commit is contained in:
Phil Kunz
2016-01-01 01:35:00 +01:00
parent dff3c6b84d
commit 08bf228185
11 changed files with 67 additions and 546 deletions

View File

@ -1,2 +1,4 @@
FROM nginx
COPY ./html /srv/html
COPY ./nginx/patched/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80