Initial commit
This commit is contained in:
8
updater/entrypoint.sh
Normal file
8
updater/entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
echo "[updater] Initial update…"
|
||||
python /app/update.py || true
|
||||
|
||||
echo "[updater] Starting cron…"
|
||||
exec cron -f
|
||||
Reference in New Issue
Block a user