Nechba commited on
Commit
07d4fbb
·
verified ·
1 Parent(s): e767da1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . /app
29
  RUN pip install --user gunicorn
30
 
31
  # Command to run the application using Gunicorn
32
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
 
29
  RUN pip install --user gunicorn
30
 
31
  # Command to run the application using Gunicorn
32
+ CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "app:app"]