andreped commited on
Commit
bb4e3a1
·
1 Parent(s): 6f7cbfb

Fixed app path bug in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -70,4 +70,4 @@ RUN wget "https://github.com/andreped/neukit/releases/download/test-data/RegLib_
70
  RUN pip install gdown && gdown "https://drive.google.com/uc?id=1shjSrFjS4PHE5sTku30PZTLPZpGu24o3"
71
 
72
  # CMD ["/bin/bash"]
73
- CMD ["python3", "demo/app.py"]
 
70
  RUN pip install gdown && gdown "https://drive.google.com/uc?id=1shjSrFjS4PHE5sTku30PZTLPZpGu24o3"
71
 
72
  # CMD ["/bin/bash"]
73
+ CMD ["python3", "app.py"]