Skip to content

Commit 39afb5a

Browse files
committed
Add missing LICENSE.txt file to container wheel build environment
1 parent 7844c96 commit 39afb5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN pip install "uv==${UV_VERSION}"
4141
ENV UV_PROJECT_ENVIRONMENT=/opt/venv
4242

4343
# Copy in project dependency specification.
44-
COPY pyproject.toml uv.lock ./
44+
COPY pyproject.toml uv.lock LICENSE.txt ./
4545

4646
# Install only project dependencies, as this is cached until pyproject.toml uv.lock are updated.
4747
RUN uv sync --locked --no-default-groups --no-install-project

0 commit comments

Comments
 (0)