mirror of https://github.com/docker/docs.git
Create Dockerfile
This commit is contained in:
parent
c1d06249df
commit
bc04375f4e
|
@ -0,0 +1,12 @@
|
|||
FROM starefossen/ruby-node
|
||||
|
||||
RUN mkdir -p /docs
|
||||
VOLUME /docs
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
WORKDIR /docs
|
||||
|
||||
RUN gem install github-pages
|
||||
|
||||
CMD jekyll clean && jekyll serve -H 0.0.0.0 -P 4000
|
Loading…
Reference in New Issue