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 65b2ab8ebf
commit a3947c71c3
+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