5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 21:52:30 +00:00
yggdrasil-map/contrib/docker/entrypoint.sh

9 lines
155 B
Bash
Raw Normal View History

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