updated dockerfile, example compose, and corrected typo
Security / security (push) Successful in 1m4s

This commit is contained in:
2026-05-31 18:29:31 -05:00
parent 505fe5fa7d
commit d3d22892d2
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
# Build the crontab dynamically from the env variable
echo "${JOB_SCHEDULE} pwsh /data/Start-DoneTineNotifier.ps1" > /tmp/crontab-runtime
echo "${JOB_SCHEDULE} pwsh /data/Start-DoneTickNotifier.ps1" > /tmp/crontab-runtime
echo "Cron schedule set to: ${JOB_SCHEDULE}"