mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
fix: copy config files before pip install in Dockerfile for force-include
This commit is contained in:
parent
edfd237111
commit
66dbde1c32
1 changed files with 2 additions and 0 deletions
|
|
@ -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 .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue