Files
2025-12-22 20:01:42 +07:00

4 lines
185 B
Bash
Executable File

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 &