MsRewards-Reborn/Flask/start.sh

5 lines
152 B
Bash
Raw Normal View History

2023-08-24 13:53:51 +02:00
service grafana-server start
service nginx start
2023-08-24 13:58:53 +02:00
sleep 3
2023-08-24 14:01:48 +02:00
gunicorn --reload -w 4 -b 0.0.0.0:6666 'app:app' &
bash /app/MsRewards-Reborn/config/request.sh