6 lines
104 B
Text
6 lines
104 B
Text
# Exclude secrets and non-essential files from Docker build context
|
|
.env
|
|
.env.*
|
|
.git
|
|
.gitignore
|
|
**/*.md
|