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

Update startup.sh

parent 0d8a92f7
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@ EXPOSE 22
EOF
sudo docker build -t km3book:1.0.0 -f Dockerfile .
docker run -p 8000:8888 -p 2200:22 -u $(id -u) -v $NOTEBOOK_DIR:$NOTEBOOK_DIR -it km3book:1.0.0
sudo docker run -p 8000:8888 -p 2200:22 -u $(id -u) -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