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