This is an automated email from the ASF dual-hosted git repository.
piotr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new b7e4ea260 fix(ci): include web directory in build context for embedded
UI (#2498)
b7e4ea260 is described below
commit b7e4ea26014fc20284ea53a1c152857cc932e988
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Wed Dec 17 22:36:40 2025 +0100
fix(ci): include web directory in build context for embedded UI (#2498)
---
.dockerignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dockerignore b/.dockerignore
index 70ad7f002..6cb739480 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -18,4 +18,5 @@
!/target/debug/iggy-server
!/target/debug/iggy-mcp
!/target/debug/iggy-connectors
-/web
+/web/node_modules
+/web/dist