fahadcr14 commited on
Commit
750d741
·
1 Parent(s): 6729203
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY . /app
20
  EXPOSE 5000
21
 
22
  # Run the app with Gunicorn
23
- CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
 
20
  EXPOSE 5000
21
 
22
  # Run the app with Gunicorn
23
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]