Thomas E Lackey
99ea065389
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 24m49s
Co-authored-by: David Boreham <david@bozemanpass.com> Reviewed-on: #7
10 lines
299 B
Bash
Executable File
10 lines
299 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build cerc/lighthouse
|
|
|
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
|
|
|
# See: https://stackoverflow.com/a/246128/1701505
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
docker build -t cerc/lighthouse:local ${build_command_args} ${SCRIPT_DIR}
|