4 lines
139 B
Bash
Executable File
4 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build cerc/ipld-eth-beacon-db
|
|
docker build -t cerc/ipld-eth-beacon-db:local ${CERC_REPO_BASE_DIR}/ipld-eth-beacon-db
|