Thomas E Lackey
bd9aaebe3d
* eth-probe with fixturenet * Add ability to wait on geth to be up and minting blocks before launching the probe.
4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build cerc/eth-probe
|
|
docker build -t cerc/eth-probe:local ${CERC_REPO_BASE_DIR}/eth-probe
|