Change command from 'start:schedule' to 'start'

This commit is contained in:
Netsky
2025-11-04 19:42:33 +01:00
committed by GitHub
parent 7f0da3098d
commit 8c8bdaf3e5

View File

@@ -27,4 +27,4 @@ services:
- no-new-privileges:true
# Use the built-in scheduler by default; override with `command:` for one-shot runs
command: ["npm", "run", "start:schedule"]
command: ["npm", "run", "start"]