huylaughmad commited on
Commit
69112cc
·
verified ·
1 Parent(s): 13a6bc6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  COPY . .
18
 
19
  # Chạy Gunicorn trực tiếp
20
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
 
17
  COPY . .
18
 
19
  # Chạy Gunicorn trực tiếp
20
+ CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "app:app"]