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

Update startup.sh

parent ecdb7fec
Branches
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ CMD jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --notebook-dir=$NOTEBOOK_D
EXPOSE 22
EOF
docker build -t km3book:1.0.0 -f Dockerfile .
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment