From e12d912a6cb63a416a69436a932789a5f4d6393a Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Tue, 27 Jan 2026 16:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Docker=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=9A=E6=9B=B4=E6=96=B0.dockerignore=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E6=8E=92=E9=99=A4docs=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index ac12116..7032610 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,7 +5,7 @@ node_modules data output scripts -docs +# docs *.md docker-compose.yml Dockerfile