Skip to content

Commit 099f8c0

Browse files
committed
Add license to base image
1 parent 90c62da commit 099f8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN git config --system --add safe.directory '*'
1414

1515
WORKDIR /workdir
1616

17-
COPY pyproject.toml ./
17+
COPY pyproject.toml LICENSE ./
1818
RUN md5sum pyproject.toml > pyproject.toml.md5
1919

2020
COPY coverage_comment ./coverage_comment

0 commit comments

Comments
 (0)