Add .dockerignore (exclude .env, .agent-config, node_modules, data)
This commit is contained in:
parent
04252c3015
commit
c30708f1cc
1 changed files with 11 additions and 0 deletions
11
.dockerignore
Normal file
11
.dockerignore
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.git
|
||||
.gitignore
|
||||
.agent-config
|
||||
node_modules
|
||||
data/
|
||||
*.log
|
||||
*.md
|
||||
.DS_Store
|
||||
Loading…
Reference in a new issue