mirror of https://github.com/docker/docs.git
Part 4 draft, Dockerfiles for vnext compose/machine
This commit is contained in:
parent
fb21824a38
commit
0ac4bae36a
|
|
@ -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
|
||||||
Loading…
Reference in New Issue