We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269c564 commit 69226eaCopy full SHA for 69226ea
Dockerfile
@@ -20,7 +20,7 @@ RUN adduser --disabled-password \
20
${NB_USER} \
21
&& python3 -m pip install --upgrade six==1.15.0 attackcti==0.3.4.3 pandas==1.1.4 altair vega
22
23
-COPY docs/playground/* ${HOME}/notebooks
+COPY docs/playground ${HOME}/notebooks
24
25
RUN chown -R ${NB_USER}:${NB_USER} ${HOME} ${JUPYTER_DIR}
26
0 commit comments