kuznetsovnikita commited on
Commit
e034113
·
1 Parent(s): 2efbadf
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY --chown=user ./packages.txt ./
27
  # Install Python dependencies using pip
28
  RUN pip install --no-cache-dir -r requirements.txt
29
 
30
- ENTRYPOINT ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
 
27
  # Install Python dependencies using pip
28
  RUN pip install --no-cache-dir -r requirements.txt
29
 
30
+ ENTRYPOINT ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]