5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-16 18:49:34 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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