Skip to content

Commit 701abf0

Browse files
typo in compose
1 parent 3fd3090 commit 701abf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ services:
33
notebook:
44
image: jhudatascience/docker-notebook
55
volumes:
6-
- "PWD":/home/jovyan/work
6+
- "$PWD":/home/jovyan/work
77
ports:
88
- 8888:8888

0 commit comments

Comments
 (0)