coollsd commited on
Commit
d89b9ce
·
verified ·
1 Parent(s): 1fd4e83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ ENV FLASK_ENV=production
21
  ENV FLASK_APP=app.py
22
 
23
  # Use gthread worker for better performance
24
- CMD ["gunicorn", "--bind", "0.0.0.0:8080", "--worker-class", "gthread", "--workers", "1", "--threads", "4", "--timeout", "0", "app:app"]
 
21
  ENV FLASK_APP=app.py
22
 
23
  # Use gthread worker for better performance
24
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--worker-class", "gthread", "--workers", "1", "--threads", "4", "--timeout", "0", "app:app"]