mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Merge pull request #521 from jupyter/rgbkrk-expose-8888
Expose the default port of 8888
This commit is contained in:
commit
82702b91ee
@ -56,3 +56,5 @@ RUN pip3 install --pre -e .
|
||||
# install kernels
|
||||
RUN python2 -m ipykernel.kernelspec
|
||||
RUN python3 -m ipykernel.kernelspec
|
||||
|
||||
EXPOSE 8888
|
||||
|
Loading…
Reference in New Issue
Block a user