pls explain

This commit is contained in:
piair 2023-08-24 14:01:48 +02:00
parent b227f47953
commit 58b4b26c37
1 changed files with 2 additions and 2 deletions

View File

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