4 lines
112 B
Bash
4 lines
112 B
Bash
|
#!/usr/bin/env bash
|
||
|
# Build cerc/eth-probe
|
||
|
docker build -t cerc/eth-probe:local ${CERC_REPO_BASE_DIR}/eth-probe
|