There was an error while loading. Please reload this page.
1 parent 62a036c commit ff52514Copy full SHA for ff52514
build-and-run
@@ -3,10 +3,9 @@
3
docker build -t typescript-npm docker
4
5
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
6
-NOTEBOOKS=$DIR/notebooks
7
8
docker run -it \
9
- --mount type=bind,source=${NOTEBOOKS},target=/home/jupyter/notebooks \
+ --mount type=bind,source=${DIR},target=/home/jupyter/notebooks \
10
-p 8888:8888 \
11
typescript-npm \
12
bash -c "jupyter lab --ip=0.0.0.0 --no-browser"
0 commit comments