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