asfbjoficial commited on
Commit
fdb7682
·
1 Parent(s): 5c2da3c
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN pip install -r /code/requirements.txt
18
  COPY . .
19
 
20
  # Comando de inicialização do seu aplicativo
21
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "-k", "gevent", "--timeout", "600", "-w", "2", "app:app"]
 
18
  COPY . .
19
 
20
  # Comando de inicialização do seu aplicativo
21
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "-k", "gevent", "--timeout", "600", "app:app"]