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
|
.gitignore
|
||||||
.gitattributes
|
.gitattributes
|
||||||
|
|
||||||
# Environment files (will be SCP'd separately)
|
# Environment files
|
||||||
.env
|
.env.backup
|
||||||
.env.*
|
.env.example
|
||||||
!.env.example
|
|
||||||
|
|
||||||
# Node modules (will be installed in container)
|
# Node modules (will be installed in container)
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue