Git fix
Browse files- 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 |
-
|
| 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 |
|