craftgamesnetwork commited on
Commit
332ad06
·
verified ·
1 Parent(s): 615a89f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY . .
13
 
14
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "-w", "10", "--threads", "4", "--timeout", "180", "--graceful-timeout", "180", "main:app", "--log-level debug"]
 
11
 
12
  COPY . .
13
 
14
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "-w", "4", "--timeout", "180", "--graceful-timeout", "180", "main:app", "--log-level debug"]