Skip to content

Commit 80faa34

Browse files
authored
Update Dockerfile
1 parent cdeb1af commit 80faa34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN conda install matplotlib numpy ipywidgets -y
1616

1717
# Get workshop files and move them to jovyan directory.
1818
COPY --chown=1000:100 . .
19-
RUN rm -r AUTHORS LICENSE README.md docker .git .github
19+
RUN rm -rf AUTHORS LICENSE README.md docker .git .github
2020

2121
# Copy lab workspace
2222
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace

0 commit comments

Comments
 (0)