Shantala commited on
Commit
3094511
·
verified ·
1 Parent(s): 78ccdd9

Gunicorn workers changed from 4 to 1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY --chown=user . /app
15
 
16
  EXPOSE 7860
17
 
18
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:server"]
 
15
 
16
  EXPOSE 7860
17
 
18
+ CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "app:server"]