Skip to content

Commit fddfec4

Browse files
authored
Update Dockerfile
1 parent 1c6d993 commit fddfec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN pip install mdtraj
1717

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

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

0 commit comments

Comments
 (0)