Made Rainer's corrections, added Docker, del

This commit is contained in:
SSpeights 2016-12-14 12:59:28 +01:00
parent 8a28e226ae
commit 04c07f651b
4 changed files with 22 additions and 50 deletions

11
Dockerfile Normal file
View file

@ -0,0 +1,11 @@
FROM starefossen/github-pages
MAINTAINER Scott Speights
ARG http_proxy=http://10.12.1.236:8083/
ARG https_proxy=http://10.12.1.236:8083/
VOLUME .:/usr/src/app
WORKDIR /usr/src/app