mirror of https://github.com/docker/docs.git
Update Dockerfile
This commit is contained in:
parent
6e599e9d05
commit
b62fd51a29
|
@ -5,3 +5,5 @@ 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
|
||||
|
|
Loading…
Reference in New Issue