vitorcalvi commited on
Commit
fd4fe95
·
1 Parent(s): 08acd50
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY . .
17
  EXPOSE 8000
18
 
19
  # Command to run the FastAPI app with uvicorn
20
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
17
  EXPOSE 8000
18
 
19
  # Command to run the FastAPI app with uvicorn
20
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]