ytsm/app/init.sh
2018-10-30 14:15:49 +08:00

5 lines
105 B
Bash
Executable File

#!/bin/bash
#./manage.py runserver 0.0.0.0:8000 --noreload
gunicorn -b 0.0.0.0:8000 -w 4 YtManager.wsgi