mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#./manage.py runserver 0.0.0.0:8000 --noreload
|
||
|
gunicorn -b 0.0.0.0:8000 -w 4 YtManager.wsgi
|