Made Rainer's corrections, added Docker, del
This commit is contained in:
parent
8a28e226ae
commit
04c07f651b
4 changed files with 22 additions and 50 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue