From eda3a3151845d55ab15175589ee673accd5bde88 Mon Sep 17 00:00:00 2001 From: Daniel Van Der Maden Date: Sun, 25 Oct 2020 02:48:59 -0700 Subject: [PATCH] [localnet] Expose IP in localnet deploy for docker port forwarding --- localnet/scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localnet/scripts/run.sh b/localnet/scripts/run.sh index 63b45a5..6b30b96 100644 --- a/localnet/scripts/run.sh +++ b/localnet/scripts/run.sh @@ -44,7 +44,7 @@ function build_and_start_localnet() { bash ./scripts/go_executable_build.sh -S BUILD=False fi - bash ./test/deploy.sh -B -D 60000 "$localnet_config" 2>&1 | tee "$localnet_log" + bash ./test/deploy.sh -e -B -D 60000 "$localnet_config" 2>&1 | tee "$localnet_log" popd }