Skip to content

Commit 4f6509d

Browse files
committed
🐛 fix(docker): whitelist README.md in .dockerignore for hatchling builds
Both meeseeks_core and meeseeks_tools reference ../../README.md in their pyproject.toml. The *.md exclusion removed it from the Docker context, breaking uv pip install during image builds.
1 parent 3a05f6e commit 4f6509d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ docker.env
3030
# ── Documentation & meta ─────────────────────────────────────
3131
docs/
3232
*.md
33+
!README.md
3334
LICENSE
3435

3536
# ── Test / CI artifacts ───────────────────────────────────────

0 commit comments

Comments
 (0)