From 1b8eba8aff62184f870ab2fd91963d39413652ce Mon Sep 17 00:00:00 2001 From: aszerW Date: Thu, 19 Mar 2026 22:52:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(docker):=20=E5=85=81=E8=AE=B8=E5=B0=86=20?= =?UTF-8?q?.env=20=E6=96=87=E4=BB=B6=E6=89=93=E5=8C=85=E8=BF=9B=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 .env 文件从忽略列表中移除 - 注释说明容器化部署需要包含 .env 文件 - 保持 .env.local 及相关文件依旧被忽略 --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index dfcb492..2d1a431 100644 --- a/.dockerignore +++ b/.dockerignore @@ -74,7 +74,7 @@ docker-compose*.yml .dockerignore # 其他 -.env +# .env # 允许打包进镜像(容器化部署需要) .env.local .env.*.local