bright1 commited on
Commit
bba1f1d
1 Parent(s): 01e207a

Changed the listening port for the app

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 /code/requirements.txt
14
  COPY ./src /code/src
15
 
16
  #
17
- CMD ["uvicorn", "src.app.app:app", "--host", "0.0.0.0", "--port", "80"]
 
14
  COPY ./src /code/src
15
 
16
  #
17
+ CMD ["uvicorn", "src.app.app:app", "--host", "0.0.0.0", "--port", "7860"]