5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-02-06 03:06:16 +00:00
yggdrasil-map/contrib/docker/entrypoint.sh

9 lines
155 B
Bash
Raw Normal View History

2018-12-22 10:00:15 +02:00
#!/usr/bin/env sh
set -e
cron
2018-12-27 09:16:20 +02:00
cd /src/yggdrasil-map/web/ && python updateGraph.py
python /src/yggdrasil-map/web/web.py --host $HOST --port $PORT
2018-12-22 10:00:15 +02:00
exit $?