Junr-syl commited on
Commit
bd24b56
·
1 Parent(s): dc568c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install pip install --no-cache-dir --upgrade -r requirements.txt
19
  EXPOSE 7860
20
 
21
  # Define the command to run the Flask app
22
- CMD ["py", "src/app.py"]
 
19
  EXPOSE 7860
20
 
21
  # Define the command to run the Flask app
22
+ CMD ["Python3", "src/app.py"]