mirix commited on
Commit
4023e00
·
verified ·
1 Parent(s): d375e4d

Update Dockerfile

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