Skip to content

Commit ff52514

Browse files
committed
Use repo directly as directory
1 parent 62a036c commit ff52514

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-and-run

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
docker build -t typescript-npm docker
44

55
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
6-
NOTEBOOKS=$DIR/notebooks
76

87
docker run -it \
9-
--mount type=bind,source=${NOTEBOOKS},target=/home/jupyter/notebooks \
8+
--mount type=bind,source=${DIR},target=/home/jupyter/notebooks \
109
-p 8888:8888 \
1110
typescript-npm \
1211
bash -c "jupyter lab --ip=0.0.0.0 --no-browser"

0 commit comments

Comments
 (0)