Fixed CMD path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -71,4 +71,4 @@ RUN rm -r *.zip
|
|
| 71 |
RUN wget "https://github.com/andreped/neukit/releases/download/test-data/test_thorax_CT.nii.gz"
|
| 72 |
|
| 73 |
# CMD ["/bin/bash"]
|
| 74 |
-
CMD ["python3", "app.py"]
|
|
|
|
| 71 |
RUN wget "https://github.com/andreped/neukit/releases/download/test-data/test_thorax_CT.nii.gz"
|
| 72 |
|
| 73 |
# CMD ["/bin/bash"]
|
| 74 |
+
CMD ["python3", "demo/app.py"]
|