sca255 commited on
Commit
58c1d75
·
unverified ·
1 Parent(s): 37d9cb0

v1 complete

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,5 +10,5 @@ WORKDIR /code
10
  RUN pip install --no-cache-dir flask gunicorn
11
 
12
 
13
- CMD ["gunicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
14
 
 
10
  RUN pip install --no-cache-dir flask gunicorn
11
 
12
 
13
+ CMD ["gunicorn","-w","4","-b","0.0.0.0:7860", "app:app"]
14