mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
fix sdist build: use build hook to bundle config files (#803)
* fix sdist build: use build hook to bundle config files * copy hatch_build.py in Dockerfile
This commit is contained in:
parent
c13ce19293
commit
8f7a8a8a17
4 changed files with 54 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue