brendon-ai commited on
Commit
04f041a
·
verified ·
1 Parent(s): d5573bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ EXPOSE 8000
30
 
31
  # Command to start the FastAPI application using Uvicorn as a Python module.
32
  # This is more robust as it explicitly invokes 'python' to run the 'uvicorn' module.
33
- CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
30
 
31
  # Command to start the FastAPI application using Uvicorn as a Python module.
32
  # This is more robust as it explicitly invokes 'python' to run the 'uvicorn' module.
33
+ CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]