From 5fa103fa5bfb2ca87f4dd043cae72babeb915e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E5=BD=B1=E6=98=9F=E8=BE=B0?= Date: Mon, 11 May 2026 10:47:58 +0800 Subject: [PATCH] fix: exclude THIRD-PARTY-LICENSES.md from .dockerignore for Docker build (#4739) --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 53d00193..2cf7cad4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,5 @@ Makefile docs .eslintcache .gocache -/web/node_modules \ No newline at end of file +/web/node_modules +!THIRD-PARTY-LICENSES.md