Nechba commited on
Commit
c59d670
·
verified ·
1 Parent(s): 1379c69

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ COPY --chown=user . /app
26
  RUN pip install --user uvicorn
27
 
28
  # Command to run the application using Uvicorn
29
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7861"]
 
26
  RUN pip install --user uvicorn
27
 
28
  # Command to run the application using Uvicorn
29
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]