Skip to content

Commit 00c1c81

Browse files
committed
updated Dockerfile to set workdirectory
1 parent 30f7c62 commit 00c1c81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ RUN apt-get update --yes && \
1818

1919
RUN python3 -m pip install --upgrade six==1.15.0 attackcti==0.3.8 pandas==1.3.5 altair vega
2020

21-
COPY docs/playground ${HOME}/notebooks
21+
COPY docs/playground ${HOME}/
2222

2323
# Switch back to jovyan to avoid accidental container runs as root
2424
USER ${NB_UID}
2525

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

0 commit comments

Comments
 (0)