Skip to content

Commit a61360c

Browse files
committed
fix: allow README.md in Docker build context
.dockerignore *.md pattern was excluding README.md which pyproject.toml requires as the package readme.
1 parent 953b556 commit a61360c

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
@@ -2,6 +2,7 @@
22
.github
33
.gitignore
44
*.md
5+
!README.md
56
.env
67
.env.*
78
Dockerfile

0 commit comments

Comments
 (0)