From bb0ab779fb18b09c164715c4a2d72423a3adc29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 27 Dec 2018 09:16:20 +0200 Subject: [PATCH] Update entrypoint.sh --- contrib/docker/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/docker/entrypoint.sh b/contrib/docker/entrypoint.sh index 4d255ff..5dfb0bb 100644 --- a/contrib/docker/entrypoint.sh +++ b/contrib/docker/entrypoint.sh @@ -3,5 +3,6 @@ set -e cron +cd /src/yggdrasil-map/web/ && python updateGraph.py python /src/yggdrasil-map/web/web.py exit $?