From 3c75dc28ee7e43e1aff0e7122a0a914559020015 Mon Sep 17 00:00:00 2001 From: chrisgitiota Date: Thu, 9 Jan 2025 15:51:04 +0100 Subject: [PATCH] Narrowed the dockerignore filter down from "bindings/wasm" to "bindings/wasm/identity_wasm" because bindings/wasm/iota_interaction_ts is needed to build the docker image --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 115fe4a561..327b28b236 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ target/ -bindings/wasm/ +bindings/wasm/identity_wasm bindings/grpc/target/