docker: exclude apps/web/.env* symlink from build context

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-01 13:01:11 +02:00
parent 644e1f77df
commit e338b60ca8
+1
View File
@@ -7,6 +7,7 @@ node_modules
**/.turbo **/.turbo
.env* .env*
!.env.example !.env.example
apps/web/.env*
docker docker
*.md *.md
.DS_Store .DS_Store