fix: add .dockerignore to exclude .env files from build context (was overriding DATABASE_URL)

This commit is contained in:
2026-06-07 02:00:21 +02:00
parent 79ebb6ced3
commit 8bd49050f6
+10
View File
@@ -0,0 +1,10 @@
node_modules
.next
.env
.env.local
.env.production
.env.development
data/
*.db
.git
README.md