Make web UI server verbose in Docker

This commit is contained in:
Lucas Verney 2017-11-27 13:57:47 +01:00
parent b81c11b2a8
commit 56f5fdf1b2
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ echo "Fetching new housing posts..."
/home/user/fetch.sh
echo "Starting web UI..."
python -m flatisfy serve --config /flatisfy/config.json
python -m flatisfy serve -v --config /flatisfy/config.json