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