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

9 lines
129 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
2018-12-22 08:00:15 +00:00
python /src/yggdrasil-map/web/web.py
exit $?