chore(docker): change binary name inside container

This commit is contained in:
2025-06-29 13:48:01 +03:00
parent e7dfc8a92f
commit d621c90d61
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ RULE_PATH=${RULE_PATH:-}
# --- Build the Command ---
# This command is now used for both the initial run and the cron job.
APP_CMD="/usr/local/bin/ruleset-sync \
APP_CMD="/usr/local/bin/sbrs \
--input-config /config/template.json \
--rules-dir /rules \
--output-config /config/default.json \