updated dockerfile, example compose, and corrected typo
Security / security (push) Successful in 1m4s
Security / security (push) Successful in 1m4s
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user