MsRewards-Reborn/start.sh

3 lines
97 B
Bash

service nginx start
service grafana-server start
gunicorn --reload -w 4 -b 0.0.0.0:6666 'app:app'