Skip to content
Snippets Groups Projects
Commit 74eb34bb authored by Kay Graf's avatar Kay Graf
Browse files

Update startup.sh - harmonise Jupyter port with docker port to 8888

parent 940e002c
No related branches found
No related tags found
No related merge requests found
......@@ -44,4 +44,4 @@ EOF
sudo docker build -t km3book:1.0.0 -f Dockerfile .
chown -R $THE_USER $NOTEBOOK_DIR
sudo docker run -p 8000:8888 -p 2200:22 -u $USER_ID -v $NOTEBOOK_DIR:$NOTEBOOK_DIR -it km3book:1.0.0
sudo docker run -p 8888:8888 -p 2200:22 -u $USER_ID -v $NOTEBOOK_DIR:$NOTEBOOK_DIR -it km3book:1.0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment