Skip to content

Commit 1682b34

Browse files
authored
Update Dockerfile
1 parent 0ee738c commit 1682b34

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
RUN pip install mdtraj
1717

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
mv equilT.png equilt.png
2121

2222
# Copy lab workspace

0 commit comments

Comments
 (0)