Merge pull request #5298 from SvenDowideit/remove-auto-markdown-conversion

Merged.
This commit is contained in:
O.S. Tezer 2014-04-18 14:13:36 +03:00
commit 3eea3e0714

View file

@ -37,7 +37,7 @@ WORKDIR /docs
#RUN make -C /docs clean docs
#convert to markdown
RUN ./convert.sh
#RUN ./convert.sh
# note, EXPOSE is only last because of https://github.com/dotcloud/docker/issues/3525
EXPOSE 8000