Skip to content

Commit 744b433

Browse files
authored
Add missing LICENSE.txt file to container wheel build environment (#325)
1 parent 7844c96 commit 744b433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)