mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-21 19:20:28 +00:00
Create entrypoint.sh
This commit is contained in:
parent
08aa9fcacf
commit
4a43785372
7
contrib/docker/entrypoint.sh
Normal file
7
contrib/docker/entrypoint.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
cron
|
||||
python /src/yggdrasil-map/web/web.py
|
||||
exit $?
|
Loading…
Reference in New Issue
Block a user