abhicodes commited on
Commit
76f6a24
·
1 Parent(s): 9a30354

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
 
9
  COPY . /code
10
 
11
- CMD ["gunicorn", "app:app", "-b", "0.0.0.0:8000"]
 
8
 
9
  COPY . /code
10
 
11
+ CMD ["gunicorn", "app:app", "-b", "0.0.0.0:7860"]