Files
docker-docs/Dockerfile
John Mulhausen b62fd51a29 Update Dockerfile
2016-10-05 15:31:14 -07:00

10 lines
219 B
Docker

FROM starefossen/github-pages:onbuild
ONBUILD RUN git clone https://www.github.com/docker/docker.github.io docs
ONBUILD WORKDIR docs
ONBUILD COPY . /usr/src/app
CMD jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000