5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-11-23 19:51:36 +00:00
yggdrasil-map/contrib/docker/entrypoint.sh
2020-08-16 13:23:30 +03:00

10 lines
318 B
Bash

#!/usr/bin/env sh
set -e
cron
#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
exit $?