6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
启动:nohup uvicorn app.uvicorn_main:app --host 0.0.0.0 --port 8000 --workers 4 > uvicorn.log 2>&1 &
|
||
打包:py package.py
|
||
同步库+虚拟环境:uv sync
|
||
|
||
|