Delete Dockerfile

This commit is contained in:
John Mulhausen 2016-10-03 17:27:07 -07:00 committed by GitHub
parent 5bfd763034
commit c1d06249df
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
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
# To run:
#
# git clone https://github.com/docker/docker.github.io.git docs
# cd docs
# docker run -ti --rm -v "$PWD":/docs -p 4000:4000 docs/docstage