diff --git a/contrib/docker/entrypoint.sh b/contrib/docker/entrypoint.sh index 5dfb0bb..a89a527 100644 --- a/contrib/docker/entrypoint.sh +++ b/contrib/docker/entrypoint.sh @@ -4,5 +4,5 @@ set -e cron cd /src/yggdrasil-map/web/ && python updateGraph.py -python /src/yggdrasil-map/web/web.py +python /src/yggdrasil-map/web/web.py --host $HOST --port $PORT exit $?