nithisha2201 commited on
Commit
c51cc66
·
verified ·
1 Parent(s): de58dfa

update docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user . /app
13
- CMD gunicorn app:app -b :8080 --timeout 120 --workers=3 --threads=3 --worker-connections=1000
 
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user . /app
13
+ CMD gunicorn app:app -b :7860 --timeout 120 --workers=3 --threads=3