[localnet] Expose IP in localnet deploy for docker port forwarding

pull/4/head
Daniel Van Der Maden 4 years ago
parent 84e5700a0a
commit eda3a31518
No known key found for this signature in database
GPG Key ID: AEA215877D53EE19
  1. 2
      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
}

Loading…
Cancel
Save