hoàn thành chức năng change detection
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
|
||||
#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 &
|
||||
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 &
|
||||
|
||||
Reference in New Issue
Block a user