mirror of https://github.com/docker/docs.git
Merge pull request #5298 from SvenDowideit/remove-auto-markdown-conversion
Merged.
This commit is contained in:
commit
3eea3e0714
|
@ -37,7 +37,7 @@ WORKDIR /docs
|
||||||
#RUN make -C /docs clean docs
|
#RUN make -C /docs clean docs
|
||||||
|
|
||||||
#convert to markdown
|
#convert to markdown
|
||||||
RUN ./convert.sh
|
#RUN ./convert.sh
|
||||||
|
|
||||||
# note, EXPOSE is only last because of https://github.com/dotcloud/docker/issues/3525
|
# note, EXPOSE is only last because of https://github.com/dotcloud/docker/issues/3525
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
Loading…
Reference in New Issue