diff --git a/Dockerfile.build b/Dockerfile.build index aff94169..bb3dce68 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -14,7 +14,7 @@ RUN git config --system --add safe.directory '*' WORKDIR /workdir -COPY pyproject.toml ./ +COPY pyproject.toml LICENSE ./ RUN md5sum pyproject.toml > pyproject.toml.md5 COPY coverage_comment ./coverage_comment