From 66dbde1c32283b54a37ce4e921717b5a46d02d8c Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 3 Mar 2026 14:53:53 -0800 Subject: [PATCH] fix: copy config files before pip install in Dockerfile for force-include --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4f9cc8be..43bb5d0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,8 @@ RUN pip install --no-cache-dir uv COPY cli/pyproject.toml ./ COPY cli/uv.lock ./ COPY cli/README.md ./ +COPY config/plano_config_schema.yaml /config/plano_config_schema.yaml +COPY config/envoy.template.yaml /config/envoy.template.yaml RUN uv run pip install --no-cache-dir .