Update .dockerignore

if use docker compose up --build

docker build will ignore .env file, this behavior is unexpected.
This commit is contained in:
Gemini Wen
2025-07-24 09:18:18 +08:00
committed by GitHub
parent 04c65da21f
commit ccd281ce6b

View File

@@ -5,7 +5,6 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
# Environment files # Environment files
.env
.env.local .env.local
.env.*.local .env.*.local
@@ -73,4 +72,4 @@ yarn.lock
pnpm-lock.yaml pnpm-lock.yaml
# CLI # CLI
cli/ cli/