fix: bind-mount README.md in dev container for hatchling build

This commit is contained in:
Johan Lundberg 2026-02-16 15:07:51 +01:00
parent ec1c42b1d5
commit 5d97e496f1
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1

View file

@ -25,6 +25,7 @@ services:
volumes:
- ./src:/app/src
- ./pyproject.toml:/app/pyproject.toml
- ./README.md:/app/README.md
- dev-data:/app/data
profiles:
- dev