Initial commit

This commit is contained in:
2025-12-26 14:51:20 +01:00
commit a0fa0ef9d9
9 changed files with 335 additions and 0 deletions

8
updater/entrypoint.sh Normal file
View 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