fix: Include third party licenses in the docker image (#19144)

This commit is contained in:
Tomi Turtiainen
2025-09-03 17:16:46 +03:00
committed by GitHub
parent 6847c33f14
commit cda1a18a88
2 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
# We want to include the THIRD_PARTY_LICENSES.md file in the Docker image,
# but not other .md files
**/*.md
!**/THIRD_PARTY_LICENSES.md
**/.env
.cache
assets