thewellermangroup commited on
Commit
a3550d6
·
1 Parent(s): 862877e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -22,4 +22,5 @@ RUN pip install flask
22
  RUN pip install gunicorn
23
  RUN pip install flask-cors
24
 
25
- CMD ["gunicorn","-b","0.0.0.0:7860", "app:app","--timeout","950"]
 
 
22
  RUN pip install gunicorn
23
  RUN pip install flask-cors
24
 
25
+ # Command to start the Flask app with Gunicorn
26
+ CMD ["./start.sh"]