stack-orchestrator/app/data/container-build/cerc-go-ethereum-foundry/build.sh

8 lines
298 B
Bash
Raw Normal View History

2022-08-11 22:17:55 +00:00
#!/usr/bin/env bash
2022-08-23 22:02:38 +00:00
# Build cerc/go-ethereum-foundry
2022-08-11 22:17:55 +00:00
# See: https://stackoverflow.com/a/246128/1701505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
2022-08-23 22:02:38 +00:00
docker build -t cerc/go-ethereum-foundry:local --build-arg GENESIS_FILE_PATH=genesis-automine.json ${SCRIPT_DIR}