Skip to content

Commit 44cd1af

Browse files
authored
Merge pull request #541 from py-cov-action/fix-docker-again
2 parents bddac65 + 099f8c0 commit 44cd1af

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)