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