[PATCH] Fix ignoring h2 databases and map files in docker build
Wald Commits
scm-commit at wald.intevation.org
Fri Feb 25 13:07:45 CET 2022
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1645787729 -3600
# Fri Feb 25 12:15:29 2022 +0100
# Branch 3.2.x
# Node ID 810ab0eb0d4b4b4424a39e3f1c123a183664e3ed
# Parent 28647fff733b096b96959acf29907ce441a0b9ad
Fix ignoring h2 databases and map files in docker build
diff -r 28647fff733b -r 810ab0eb0d4b .dockerignore
--- a/.dockerignore Thu Feb 24 18:52:12 2022 +0100
+++ b/.dockerignore Fri Feb 25 12:15:29 2022 +0100
@@ -1,5 +1,5 @@
*/target
-*.h2.db
-*.lock.db
-*.trace.db
-*.map
+**/*.h2.db
+**/*.lock.db
+**/*.trace.db
+**/*.map
More information about the Dive4Elements-commits
mailing list