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 .