SurajSingh commited on
Commit
ae62640
·
verified ·
1 Parent(s): e4e7d5c

Update Dockerfile

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