4
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-06-26 11:39:23 +00:00

Create entrypoint.sh

This commit is contained in:
Christer Warén
2018-12-22 10:00:15 +02:00
committed by GitHub
parent 08aa9fcacf
commit 4a43785372

View File

@ -0,0 +1,7 @@
#!/usr/bin/env sh
set -e
cron
python /src/yggdrasil-map/web/web.py
exit $?