ptet que j'ai fix le probleme de multiple execution au passage

This commit is contained in:
piair
2023-08-24 14:31:45 +02:00
parent 24df044e1f
commit ff9edc2631
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
service grafana-server start
service nginx start
gunicorn --reload -w 4 -b 0.0.0.0:6666 'app:app'
gunicorn --reload -w 1 -b 0.0.0.0:6666 'app:app'