appledog00 commited on
Commit
65a3afc
·
verified ·
1 Parent(s): 6a35ef2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN pip install --no-cache-dir -r requirements.txt
26
  EXPOSE 8000
27
 
28
  # Define the command to run your FastAPI app
29
- CMD ["uvicorn", "fastapi_app:app", "--host", "0.0.0.0", "--port", "8000"]
 
26
  EXPOSE 8000
27
 
28
  # Define the command to run your FastAPI app
29
+ CMD ["uvicorn", "fastapi_app:app", "--host", "0.0.0.0", "--port", "7860"]