4 lines
185 B
Bash
Executable File
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 &
|