From 6f22b03ed9a28c3a64507283c672c7338f94865d Mon Sep 17 00:00:00 2001 From: Nelson <1475262689@qq.com> Date: Wed, 12 Aug 2026 18:37:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=BC=E5=AE=B9=20BuildKit=20?= =?UTF-8?q?=E7=9A=84=E7=BA=AF=20ASCII=20=E6=9E=84=E5=BB=BA=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E6=96=87=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/.dockerignore b/.dockerignore index 256fe01..660eaf3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,14 +1,24 @@ -node_modules -.nuxt -.output -.git -.DS_Store -data/db/* -data/media/* -素材库 -docs -*.log -.env* +# Build context allowlist. Keep this file ASCII-only for BuildKit compatibility. +** + +!Dockerfile +!package.json +!package-lock.json +!nuxt.config.ts +!tsconfig.json + +!app/ +!app/** +!server/ +!server/** +!public/ +!public/** +!scripts/ +!scripts/** +!content/ +!content/** + +# Local-only source masters are not required by the production image. public/images/hero-bg-v3-master.png public/images/brand-logo-source.png public/images/hero-bg-v1.png