优化了pythonrequirements,更新了生产环境的启动方法。

This commit is contained in:
mxr612 2025-03-04 21:45:58 +08:00
parent d74e30f305
commit 4c670cc4f6
2 changed files with 3 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
## 生产环境:
pip install -r requirements.txt && gunicorn -w 4 -b 0.0.0.0:5000 app:app

Binary file not shown.