fix: bind-mount README.md in dev container for hatchling build
This commit is contained in:
parent
ec1c42b1d5
commit
5d97e496f1
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app/src
|
- ./src:/app/src
|
||||||
- ./pyproject.toml:/app/pyproject.toml
|
- ./pyproject.toml:/app/pyproject.toml
|
||||||
|
- ./README.md:/app/README.md
|
||||||
- dev-data:/app/data
|
- dev-data:/app/data
|
||||||
profiles:
|
profiles:
|
||||||
- dev
|
- dev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue