We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c1c81 commit abb5ce1Copy full SHA for abb5ce1
1 file changed
Dockerfile
@@ -18,7 +18,9 @@ RUN apt-get update --yes && \
18
19
RUN python3 -m pip install --upgrade six==1.15.0 attackcti==0.3.8 pandas==1.3.5 altair vega
20
21
-COPY docs/playground ${HOME}/
+COPY docs/intro.ipynb ${HOME}/docs/
22
+COPY docs/playground ${HOME}/docs/playground
23
+COPY docs/presentations ${HOME}/docs/presentations
24
25
# Switch back to jovyan to avoid accidental container runs as root
26
USER ${NB_UID}
0 commit comments