ParthSadaria commited on
Commit
064c989
·
verified ·
1 Parent(s): ef215d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ EXPOSE 8000
20
  ENV PATH="/app:${PATH}"
21
 
22
  # Command to run FastAPI app with Uvicorn
23
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
20
  ENV PATH="/app:${PATH}"
21
 
22
  # Command to run FastAPI app with Uvicorn
23
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]