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