fixed Docker build

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-12 21:25:28 +01:00
parent a990903e3d
commit 83c19a7799
2 changed files with 4 additions and 3 deletions

View File

@@ -9,4 +9,5 @@ tasks.processResources {
from("../frontend/dist") {
into("web")
}
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}