Skip to content

Commit abb5ce1

Browse files
committed
updated Dockerfile to copy the right directories
1 parent 00c1c81 commit abb5ce1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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}/
21+
COPY docs/intro.ipynb ${HOME}/docs/
22+
COPY docs/playground ${HOME}/docs/playground
23+
COPY docs/presentations ${HOME}/docs/presentations
2224

2325
# Switch back to jovyan to avoid accidental container runs as root
2426
USER ${NB_UID}

0 commit comments

Comments
 (0)