From 56f5fdf1b21e0ff62f0cfd78c11e85aa8ee72f82 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Mon, 27 Nov 2017 13:57:47 +0100 Subject: [PATCH] Make web UI server verbose in Docker --- docker/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/run.sh b/docker/run.sh index 37571b5..5a1911c 100644 --- a/docker/run.sh +++ b/docker/run.sh @@ -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