Update entrypoint.sh
Browse files- 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
|
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 |
|