Part 4 draft, Dockerfiles for vnext compose/machine

This commit is contained in:
John Mulhausen 2016-10-05 22:35:12 -07:00
parent fb21824a38
commit 0ac4bae36a
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
FROM starefossen/github-pages:onbuild
ONBUILD RUN git clone https://www.github.com/docker/docker.github.io docs
ONBUILD WORKDIR docs
ONBUILD RUN git checkout vnext-compose
ONBUILD COPY . /usr/src/app
CMD jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000