Dockerfile: Port should not need to be specified as we are using the default one.

pull/573/head
John Kirkham 10 years ago
parent fdfacb9aeb
commit db911722ae

@ -95,4 +95,4 @@ WORKDIR /notebooks
EXPOSE 8888
ENTRYPOINT ["tini", "--"]
CMD ["jupyter", "notebook", "--port", "8888", "--ip=*"]
CMD ["jupyter", "notebook", "--ip=*"]

Loading…
Cancel
Save