Work-around config issue

This commit is contained in:
Olivier Berger
2019-04-04 15:15:59 +02:00
parent eef40af3a4
commit b7ee1c3f5c
+1 -1
View File
@@ -19,7 +19,7 @@ make run
## develop backend
```
make shell
supervisorctl stop web
supervisorctl -c /etc/supervisor/supervisord.conf stop web
cd /src/image/usr/local/lib/web/backend
./run.py --debug
```