Files
chengshishouce/city-manual/gunicorn_start.sh

4 lines
136 B
Bash

#!/bin/bash
cd /root/.openclaw/workspace/city-manual/backend
exec gunicorn --workers 3 --bind 0.0.0.0:8000 city_manual.wsgi:application