vietlethe commited on
Commit
5ed6629
1 Parent(s): 5e7a9cf

update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -11,4 +11,4 @@ RUN pip3 install -r requirements.txt
11
  RUN python3 -m spacy download en_core_web_sm
12
  RUN python3 download_dependencies.py
13
 
14
- CMD ["python3", "app.py"]
 
11
  RUN python3 -m spacy download en_core_web_sm
12
  RUN python3 download_dependencies.py
13
 
14
+ CMD ["python", "app.py"]