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:
@@ -35,7 +35,7 @@ for var in "${env_vars[@]}"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
export PATH="/root/.bun/bin:$PATH"
|
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
|
# Start cron in foreground
|
||||||
exec cron -f
|
exec cron -f
|
||||||
Reference in New Issue
Block a user