copy hatch_build.py in Dockerfile

This commit is contained in:
Adil Hafeez 2026-03-05 12:34:36 -08:00
parent 502fd4e88f
commit c337403a01
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

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