Adarshu07 commited on
Commit
f64e17f
·
verified ·
1 Parent(s): 81ddc7f

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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