hoangdung commited on
Commit
469f73a
·
1 Parent(s): d486570

change port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install -r /code/requirements.txt
12
 
13
  COPY . /code/
14
 
15
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]
 
12
 
13
  COPY . /code/
14
 
15
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]