Work-around config issue

This commit is contained in:
Olivier Berger 2019-04-04 15:15:23 +02:00
parent eef40af3a4
commit b7ee1c3f5c

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
```