fix: add .dockerignore to exclude .env files from build context (was overriding DATABASE_URL)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
node_modules
|
||||
.next
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.env.development
|
||||
data/
|
||||
*.db
|
||||
.git
|
||||
README.md
|
||||
Reference in New Issue
Block a user