mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:38:38 +00:00
fix(docker): exclude .env from Docker build context (#44956)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user