Skip to content

Commit 69226ea

Browse files
committed
Update Dockerfile
1 parent 269c564 commit 69226ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN adduser --disabled-password \
2020
${NB_USER} \
2121
&& python3 -m pip install --upgrade six==1.15.0 attackcti==0.3.4.3 pandas==1.1.4 altair vega
2222

23-
COPY docs/playground/* ${HOME}/notebooks
23+
COPY docs/playground ${HOME}/notebooks
2424

2525
RUN chown -R ${NB_USER}:${NB_USER} ${HOME} ${JUPYTER_DIR}
2626

0 commit comments

Comments
 (0)