From 0991cc74ab8e1db5931e96805f83cbabd1b5c983 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 24 Sep 2025 10:26:20 -0300 Subject: [PATCH] Update run_local.sh Co-authored-by: codeant-ai[bot] <151821869+codeant-ai[bot]@users.noreply.github.com> --- run_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_local.sh b/run_local.sh index 4ff3c78..af97775 100755 --- a/run_local.sh +++ b/run_local.sh @@ -15,4 +15,4 @@ else fi echo "Starting orchestrator application..." -python -m orchestrator.worker.worker +exec python -m orchestrator.worker.worker