From 8c8bdaf3e5163d8ba47d11722c77b1ad1e0b7621 Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:42:33 +0100 Subject: [PATCH] Change command from 'start:schedule' to 'start' --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index f334536..dec388d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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"] \ No newline at end of file + command: ["npm", "run", "start"]