Skip to content

Commit 00d6112

Browse files
authored
Update Dockerfile
1 parent b1867da commit 00d6112

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
@@ -18,7 +18,7 @@ RUN pip install mdtraj mdplus
1818
# Get workshop files and move them to jovyan directory.
1919
COPY --chown=1000:100 . .
2020
RUN mv utilities.py /opt/conda/lib/python3.12/site-packages/utilities.py && \
21-
rm -r AUTHORS LICENSE README.md docker .git .github
21+
rm -rf AUTHORS LICENSE README.md docker .git .github
2222

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

0 commit comments

Comments
 (0)