Ritesh-hf commited on
Commit
13e5308
·
verified ·
1 Parent(s): c4f56e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  # Copy the rest of the application code
26
  COPY --chown=user . /app
27
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "-k", "eventlet", "app:app"]
 
24
 
25
  # Copy the rest of the application code
26
  COPY --chown=user . /app
27
+ CMD ["gunicorn", "-w", "2", "-b", "0.0.0.0:7860", "-k", "eventlet", "app:app"]