MohamedLotfy commited on
Commit
ef38d72
·
1 Parent(s): f5e5bb1

modify image container

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN pip install --user -r requirements.txt
13
 
14
  COPY --chown=user . .
15
 
16
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
 
13
 
14
  COPY --chown=user . .
15
 
16
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]