Fix .dockerignore to include .env file in Docker build

This commit is contained in:
TheMaddax 2025-12-17 20:45:39 -07:00
parent 9492a3b08f
commit 9772e4cb83

View file

@ -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/