abanm commited on
Commit
6a69a20
·
verified ·
1 Parent(s): 2066652

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -17,6 +17,6 @@ ollama run hf.co/abanm/Dubs-Q8_0-GGUF &
17
  cd /app
18
 
19
  # Start the FastAPI app using Uvicorn
20
- uvicorn app:app --host 0.0.0.0 --port 8080
21
 
22
 
 
17
  cd /app
18
 
19
  # Start the FastAPI app using Uvicorn
20
+ uvicorn app:app --host 0.0.0.0 --port 7860
21
 
22