File size: 183 Bytes
7c87bd5
 
18b1ef7
7c87bd5
 
1
2
3
4
5
#!/bin/bash
echo "[System] Starting ccc.py..."
PYTHONUNBUFFERED=1 python ccc.py &
echo "[System] Starting FastAPI server..."
uvicorn app:app --host 0.0.0.0 --port 7860 --proxy-headers