MsRewards-Reborn/Flask/start.sh

4 lines
98 B
Bash
Raw Normal View History

2023-08-24 13:53:51 +02:00
service grafana-server start
service nginx start
gunicorn --reload -w 1 -b 0.0.0.0:6666 'app:app'