This commit is contained in:
piair
2023-08-24 13:58:53 +02:00
parent 718fd1643d
commit b227f47953
2 changed files with 2 additions and 1 deletions

View File

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