chore: add .dockerignore to prevent .env baking in Docker builds
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
a67c2751c0
commit
597910e933
1 changed files with 7 additions and 0 deletions
7
.dockerignore
Normal file
7
.dockerignore
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
node_modules
|
||||
.next
|
||||
.env
|
||||
.env.local
|
||||
.env.development
|
||||
.env.production
|
||||
.git
|
||||
Loading…
Add table
Reference in a new issue