Junr-syl commited on
Commit
2bcb686
·
1 Parent(s): d57284e

Update Dockerfile

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