fix: exclude THIRD-PARTY-LICENSES.md from .dockerignore for Docker build (#4739)

This commit is contained in:
夜影星辰 2026-05-11 10:47:58 +08:00 committed by GitHub
parent 543cc64ea3
commit 5fa103fa5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,4 +7,5 @@ Makefile
docs docs
.eslintcache .eslintcache
.gocache .gocache
/web/node_modules /web/node_modules
!THIRD-PARTY-LICENSES.md