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