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