forked from piair/MsRewards-Reborn
3 lines
145 B
Bash
3 lines
145 B
Bash
service nginx start
|
|
service grafana-server start && bash /app/MsRewards-Reborn/config/request.sh
|
|
gunicorn --reload -w 4 -b 0.0.0.0:6666 'app:app' |