forked from cerc-io/stack-orchestrator
4420f45924
Former-commit-id: 21e9f96771
4 lines
184 B
Bash
Executable File
4 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build a local version of the foundry-rs/foundry image
|
|
docker build -t cerc/foundry:local -f ${CERC_REPO_BASE_DIR}/Dockerfile.debian ${CERC_REPO_BASE_DIR}/foundry
|