diff --git a/ecs/worker/Dockerfile b/ecs/worker/Dockerfile index 2492169..32d01de 100644 --- a/ecs/worker/Dockerfile +++ b/ecs/worker/Dockerfile @@ -32,4 +32,4 @@ RUN ./compiler.sh no-e --uv WORKDIR "/t-route/src/troute-rnr" RUN uv pip install -e '.[iac]' -CMD ["bash", "-c", "uv run python main.py --iac"] +CMD ["bash", "-c", "uv run python main.py --iac --debug"]