fix: copy config files before pip install in Dockerfile for force-include

This commit is contained in:
Adil Hafeez 2026-03-03 14:53:53 -08:00
parent edfd237111
commit 66dbde1c32
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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 .