4 lines
141 B
Bash
4 lines
141 B
Bash
|
#!/usr/bin/env bash
|
||
|
# Build a local version of the foundry-rs/foundry image
|
||
|
docker build -t cerc/foundry:local ${CERC_REPO_BASE_DIR}/foundry
|