添加服务器配置文件

This commit is contained in:
zhengxinonly
2022-03-30 20:54:30 +08:00
parent 1e34ef339a
commit 8760f21b03
4 changed files with 44 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
cd /home/ubuntu/pear-admin-flask
source venv/bin/activate
exec gunicorn -c gunicorn.conf.py "applications:create_app()"