stack-orchestrator/app/data/container-build/cerc-datanet-eth-geth/build/build.sh
Thomas E Lackey ce43e3061c Add a pod for generating geth data as quickly as possible.
Former-commit-id: e8bdb205c7faa89c583b0652fac1801d0177a3c1
2023-01-28 00:49:46 -06:00

7 lines
222 B
Bash
Executable File

#!/usr/bin/env bash
# Build cerc/fixturenet-eth-geth
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build -t cerc/fixturenet-eth-geth:local -f ${SCRIPT_DIR}/Dockerfile $SCRIPT_DIR