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