IbrahimaThioye commited on
Commit
468462b
·
verified ·
1 Parent(s): 326873b

Update Dockerfile

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