Fixed app path bug in Dockerfile
Browse files- 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", "
|
|
|
70 |
RUN pip install gdown && gdown "https://drive.google.com/uc?id=1shjSrFjS4PHE5sTku30PZTLPZpGu24o3"
|
71 |
|
72 |
# CMD ["/bin/bash"]
|
73 |
+
CMD ["python3", "app.py"]
|