prithvirajpawar commited on
Commit
35a826f
·
1 Parent(s): 687745b

changed port to 7860

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY --chown=user . /app
27
 
28
  # Command to run FastAPI with Uvicorn
29
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
30
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
27
 
28
  # Command to run FastAPI with Uvicorn
29
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
30
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]