RajatMalviya commited on
Commit
3906e00
·
verified ·
1 Parent(s): 6458681

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ COPY . .
21
  EXPOSE 8000 # Change this to 7860 only if deploying to Hugging Face Spaces
22
 
23
  # Run FastAPI using Uvicorn
24
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
21
  EXPOSE 8000 # Change this to 7860 only if deploying to Hugging Face Spaces
22
 
23
  # Run FastAPI using Uvicorn
24
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]