Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -51,4 +51,4 @@ pip show cloudscraper || true
|
|
| 51 |
|
| 52 |
# Run the FastAPI app via uvicorn
|
| 53 |
echo "Starting uvicorn..."
|
| 54 |
-
exec uvicorn server:app --host 0.0.0.0 --port "${PORT}" --loop asyncio --workers 1
|
|
|
|
| 51 |
|
| 52 |
# Run the FastAPI app via uvicorn
|
| 53 |
echo "Starting uvicorn..."
|
| 54 |
+
exec uvicorn server:app --host 0.0.0.0 --port "${PORT}" --loop asyncio --workers 1
|