andreped commited on
Commit
198be40
1 Parent(s): b19d82f

Fixed CMD path

Browse files
Files changed (1) hide show
  1. 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"]