chore: add .dockerignore to prevent .env baking in Docker builds

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-03 12:55:57 +01:00
parent a67c2751c0
commit 597910e933
No known key found for this signature in database
GPG key ID: AF404715446AEB41

7
.dockerignore Normal file
View file

@ -0,0 +1,7 @@
node_modules
.next
.env
.env.local
.env.development
.env.production
.git