输出日志
This commit is contained in:
2
start.sh
2
start.sh
@@ -10,7 +10,7 @@ source venv/bin/activate
|
||||
|
||||
|
||||
# 启动服务
|
||||
pm2 start uvicorn --name reverse-5002 -- main:app --host 0.0.0.0 --port 5002
|
||||
pm2 start uvicorn --name reverse-5002 --log ./pm2.log -- main:app --host 0.0.0.0 --port 5002
|
||||
|
||||
# pip freeze > requirements.txt
|
||||
#python3 -m pip install -U pyOpenSSL cryptography
|
||||
|
Reference in New Issue
Block a user