Removed Parameter --today from docker-entrypoint.sh

dont query todays Events and send a Notification if the Container starts the first time.
This commit is contained in:
2025-11-07 00:42:32 +00:00
parent d5d2fa5836
commit eb0c5e1580

View File

@@ -35,7 +35,7 @@ for var in "${env_vars[@]}"; do
done
export PATH="/root/.bun/bin:$PATH"
bun run /opt/app/src/app.ts --today
bun run /opt/app/src/app.ts
# Start cron in foreground
exec cron -f