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

4 lines
98 B
Bash

service grafana-server start
service nginx start
gunicorn --reload -w 4 -b 0.0.0.0:6666 'app:app'