4 lines
122 B
Bash
4 lines
122 B
Bash
|
#!/usr/bin/env bash
|
||
|
# Build cerc/optimism-l2geth
|
||
|
docker build -t cerc/optimism-l2geth:local ${CERC_REPO_BASE_DIR}/op-geth
|