Former-commit-id: 34413ea2607ead60df6905992b29808828d60448
This commit is contained in:
Thomas E Lackey 2023-01-28 00:54:48 -06:00
parent 22077dedc8
commit da3636bc17

View File

@ -2,8 +2,7 @@
#
#Build cerc/datanet-eth-geth
set +e
set+x
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
@ -13,3 +12,5 @@ cp -rp $SCRIPT_DIR/../cerc-fixturenet-eth-geth $SCRIPT_DIR/build
cp -f $SCRIPT_DIR/el-config.yaml $SCRIPT_DIR/build/genesis/el/el-config.yaml
docker build -t cerc/datanet-eth-geth:local ${SCRIPT_DIR}/build
rm -rf $SCRIPT_DIR/build