fix(docker): exclude .env from Docker build context (#44956)

This commit is contained in:
xingsy97 2026-03-14 02:42:11 +08:00 committed by GitHub
parent 897910ea4f
commit 1bf56e711a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
.git .git
.worktrees .worktrees
# Sensitive files docker-setup.sh writes .env with OPENCLAW_GATEWAY_TOKEN
# into the project root; keep it out of the build context.
.env
.env.*
.bun-cache .bun-cache
.bun .bun
.tmp .tmp