Skip to content

Fix uv readme dependency and database seed#35

Merged
benimester merged 2 commits into
mainfrom
feature/fix-uv-readme-dependency
Feb 5, 2026
Merged

Fix uv readme dependency and database seed#35
benimester merged 2 commits into
mainfrom
feature/fix-uv-readme-dependency

Conversation

@benimester

Copy link
Copy Markdown
Collaborator

dockerignore fixed

@benimester benimester self-assigned this Feb 5, 2026
Copilot AI review requested due to automatic review settings February 5, 2026 18:04
@benimester benimester linked an issue Feb 5, 2026 that may be closed by this pull request

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a Docker build issue where README.md was being excluded from the Docker image, causing uv sync to fail. The pyproject.toml declares readme = "README.md" (line 5), which uv requires during the sync operation in the Dockerfile (line 11).

Changes:

  • Reordered .dockerignore patterns to include README.md while still excluding other markdown files

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@benimester benimester changed the title Fix uv readme dependency Fix uv readme dependency and database seed Feb 5, 2026

@levilevente levilevente left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@benimester benimester merged commit 763f658 into main Feb 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix uv readme dependency

3 participants