Files
docker-docs/_data/docsarchive/vnext-machine/Dockerfile
2016-10-05 22:35:42 -07:00

13 lines
260 B
Docker

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-machine
ONBUILD COPY . /usr/src/app
CMD jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000