forked from piair/MsRewards-Reborn
4 lines
98 B
Bash
4 lines
98 B
Bash
service grafana-server start
|
|
service nginx start
|
|
gunicorn --reload -w 1 -b 0.0.0.0:6666 'app:app'
|