Skip to content

Fix missing LICENSE in Python server Docker builds#336

Merged
RobPasMue merged 2 commits into
mainfrom
copilot/fix-python-grpc-server-docker-image
Jun 9, 2026
Merged

Fix missing LICENSE in Python server Docker builds#336
RobPasMue merged 2 commits into
mainfrom
copilot/fix-python-grpc-server-docker-image

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

pyproject.toml declares license-files = ["LICENSE"], so flit_core requires the LICENSE file to be present when building the package. The Python server Dockerfiles copied pyproject.toml and README.md but not LICENSE, causing pip install . to fail at image build time:

flit_core.config.ConfigError: No files found for [project.license-files]: 'LICENSE' pattern

Changes

  • docker/python-grpc-server/Dockerfile — add ADD LICENSE /server/LICENSE
  • docker/python-rest-server/Dockerfile — same fix; identical issue present

Copilot AI changed the title [WIP] Fix failing GitHub Actions job for python-grpc-server Fix missing LICENSE in Python server Docker builds Jun 9, 2026
Copilot AI requested a review from RobPasMue June 9, 2026 06:31
@RobPasMue RobPasMue marked this pull request as ready for review June 9, 2026 06:40
@RobPasMue RobPasMue merged commit 13ebe02 into main Jun 9, 2026
11 checks passed
@RobPasMue RobPasMue deleted the copilot/fix-python-grpc-server-docker-image branch June 9, 2026 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants