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