Eslam-Magdy commited on
Commit
cbf472c
·
verified ·
1 Parent(s): 5201111

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ ENV PATH="/home/user/.local/bin:${PATH}"
36
  # Environment variables
37
  ENV HOST=0.0.0.0
38
  ENV PORT=7860
39
- ENV WORKERS=3
40
  ENV TIMEOUT=120
41
 
42
  # Run setup (clone repo) once, then start Gunicorn
 
36
  # Environment variables
37
  ENV HOST=0.0.0.0
38
  ENV PORT=7860
39
+ ENV WORKERS=1
40
  ENV TIMEOUT=120
41
 
42
  # Run setup (clone repo) once, then start Gunicorn