NitinBot001 commited on
Commit
3662b26
·
verified ·
1 Parent(s): b6527b5

Update Dockerfile

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