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:
|
||||
- ./src:/app/src
|
||||
- ./pyproject.toml:/app/pyproject.toml
|
||||
- ./README.md:/app/README.md
|
||||
- dev-data:/app/data
|
||||
profiles:
|
||||
- dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue