提交 fd4bd4a3 编写于 作者: L liaogang

add go into dockerfile book

上级 676c4197
......@@ -77,7 +77,7 @@ ENV GOPATH /usr/share/go
ENV PATH ${GOROOT}/bin:${GOPATH}/bin:$PATH
#convert md to ipynb
RUN /bin/bash .tools/convert-markdown-into-ipynb-and-test.sh
RUN /bin/bash /book/.tools/convert-markdown-into-ipynb-and-test.sh
EXPOSE 8888
CMD ["sh", "-c", "jupyter notebook --ip=0.0.0.0 --no-browser --allow-root --NotebookApp.token='' --NotebookApp.disable_check_xsrf=True /book/"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册