deploy: 本地部署完成 - Gunicorn + Nginx 配置
This commit is contained in:
3
city-manual/gunicorn_start.sh
Normal file
3
city-manual/gunicorn_start.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd /root/.openclaw/workspace/city-manual/backend
|
||||
exec gunicorn --workers 3 --bind 0.0.0.0:8000 city_manual.wsgi:application
|
||||
Reference in New Issue
Block a user