NitinBot001 commited on
Commit
eac05f8
·
verified ·
1 Parent(s): def2e58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ EXPOSE 7860
31
 
32
  # Run the application with Gunicorn
33
  # Format: gunicorn -w <workers> -b <bind-address> <module>:<app-instance>
34
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7000", "main:app"]
 
31
 
32
  # Run the application with Gunicorn
33
  # Format: gunicorn -w <workers> -b <bind-address> <module>:<app-instance>
34
+ CMD ["gunicorn", "-w", "2", "-b", "0.0.0.0:7000", "main:app"]