Fix .dockerignore to include .env file in Docker build
This commit is contained in:
parent
9492a3b08f
commit
9772e4cb83
1 changed files with 3 additions and 4 deletions
|
|
@ -3,10 +3,9 @@
|
|||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# Environment files (will be SCP'd separately)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
# Environment files
|
||||
.env.backup
|
||||
.env.example
|
||||
|
||||
# Node modules (will be installed in container)
|
||||
node_modules/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue