KunalThakare279 commited on
Commit
3b9f761
·
verified ·
1 Parent(s): 5f10aca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ EXPOSE 8000
29
 
30
  # Run the application
31
  ENTRYPOINT ["gunicorn", "app:app"]
32
- CMD ["-b", "0.0.0.0:7860"]
 
29
 
30
  # Run the application
31
  ENTRYPOINT ["gunicorn", "app:app"]
32
+ CMD ["-b", "0.0.0.0:7860", "--workers=1"]