saraht14 commited on
Commit
1c0b58b
·
verified ·
1 Parent(s): dd7ee63

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY --chown=user ./requirements.txt /code/requirements.txt
15
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
16
 
17
  COPY . .
18
- CMD ["gunicorn", "main:app", "-b", "0.0.0.0", "--port", "7860"]
 
15
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
16
 
17
  COPY . .
18
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]