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