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

Update startup.sh

parent f899aab7
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,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