Sall-eGarbageDetection / entrypoint.sh
LiamKhoaLe's picture
Run from external entry point
8dc03f4
raw
history blame contribute delete
122 Bytes
#!/bin/bash
echo "🚀 Starting FastAPI server with Uvicorn..."
exec python -m uvicorn app:app --host 0.0.0.0 --port 7860