From c337403a01b0519a61c39202a7827702fb7a39b3 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 5 Mar 2026 12:34:36 -0800 Subject: [PATCH] copy hatch_build.py in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 43bb5d0c..b87decb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,7 @@ RUN pip install --no-cache-dir uv COPY cli/pyproject.toml ./ COPY cli/uv.lock ./ COPY cli/README.md ./ +COPY cli/hatch_build.py ./ COPY config/plano_config_schema.yaml /config/plano_config_schema.yaml COPY config/envoy.template.yaml /config/envoy.template.yaml