Fix issue where docker build would rebuild when app did not change
This commit is contained in:
+2
-1
@@ -7,6 +7,7 @@ build
|
|||||||
.git
|
.git
|
||||||
.gitignore
|
.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
|
||||||
.env.*.local
|
.env.*.local
|
||||||
Reference in New Issue
Block a user