Files

4 lines
185 B
Bash
Raw Permalink Normal View History

2025-12-22 15:43:23 +07:00
2025-12-22 20:01:42 +07:00
uvicorn api_server:app --reload --host 0.0.0.0 --port 8000
#pkill -f "uvicorn api_server:app" && sleep 1 && nohup uvicorn api_server:app --host 0.0.0.0 --port 8000 > server.log 2>&1 &