Fix issue where docker build would rebuild when app did not change

This commit is contained in:
mplorentz
2026-02-27 12:44:34 -05:00
parent 5cb6fd1c6e
commit 563fbc4208
+2 -1
View File
@@ -7,6 +7,7 @@ build
.git
.gitignore
# Env files (keep .env for build; exclude local overrides)
# Env files (use build args instead; .env.template is copied for defaults)
.env
.env.local
.env.*.local