4 lines
141 B
Bash
Executable File
4 lines
141 B
Bash
Executable File
#!/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
|