Skip to content

Commit 30f7c62

Browse files
committed
updated Dockerfile to set workdirectory
1 parent 6bef474 commit 30f7c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ COPY docs/playground ${HOME}/notebooks
2323
# Switch back to jovyan to avoid accidental container runs as root
2424
USER ${NB_UID}
2525

26-
WORKDIR ${HOME}
26+
WORKDIR ${HOME}/notebooks

0 commit comments

Comments
 (0)