WebashalarForML commited on
Commit
1a609a3
·
verified ·
1 Parent(s): f47069f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -57,4 +57,5 @@ ENV FLASK_APP=app.py \
57
  FLASK_ENV=production
58
 
59
  # Start the application with Gunicorn
60
- CMD ["gunicorn","0.0.0.0:7860","app:app"]
 
 
57
  FLASK_ENV=production
58
 
59
  # Start the application with Gunicorn
60
+
61
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]