noranisa commited on
Commit
39b0c18
·
verified ·
1 Parent(s): a7d4ba4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY . /app
8
  ENV PORT=7860
9
  EXPOSE 7860
10
 
11
- CMD exec gunicorn --bind 0.0.0.0:$PORT --workers 2 --threads 8 --timeout 120 app:app
 
8
  ENV PORT=7860
9
  EXPOSE 7860
10
 
11
+ CMD exec gunicorn --bind 0.0.0.0:$PORT app:app