4 lines
142 B
Bash
4 lines
142 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' |