MsRewards-Reborn/Flask/start.sh
2023-08-24 14:01:48 +02:00

5 lines
152 B
Bash

service grafana-server start
service nginx start
sleep 3
gunicorn --reload -w 4 -b 0.0.0.0:6666 'app:app' &
bash /app/MsRewards-Reborn/config/request.sh