pgleeson commited on
Commit
18baf91
·
1 Parent(s): 8bf6237
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN pip3 install -r requirements.txt
16
 
17
  RUN git clone https://github.com/openworm/Worm3DViewer.git
18
 
19
- COPY Worm3DViewer/* .
20
 
21
  EXPOSE 8501
22
 
 
16
 
17
  RUN git clone https://github.com/openworm/Worm3DViewer.git
18
 
19
+ RUN mv Worm3DViewer/* .
20
 
21
  EXPOSE 8501
22