5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-11-23 22:11:35 +00:00
yggdrasil-map/contrib/docker/entrypoint.sh

10 lines
318 B
Bash
Raw Normal View History

2018-12-22 08:00:15 +00:00
#!/usr/bin/env sh
set -e
cron
2020-08-16 10:23:30 +00:00
#cd /src/yggdrasil-map/scripts/ && python crawl-dht.py
#cd /src/yggdrasil-map/web/ && python updateGraph.py
cd /src/yggdrasil-map/web/static/ && wget http://[21f:dd73:7cdb:773b:a924:7ec0:800b:221e]/static/graph.json
python /src/yggdrasil-map/web/web.py --host $HOST --port $PORT
2020-08-16 10:23:30 +00:00
exit $?