init
Some checks failed
docker-build / build (push) Has been cancelled

This commit is contained in:
2025-08-27 15:22:41 +07:00
commit 936805a8c7
12 changed files with 228 additions and 0 deletions

6
scripts/entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
echo "${CRONTAB} /scripts/backup.sh" > /etc/crontabs/root
/scripts/backup.sh
exec crond -f