Add eth-api-proxy to mainnet-eth stack. (#514)

* Add eth-api-proxy to mainnet-eth stack.
This commit is contained in:
2023-08-29 16:49:09 -05:00
committed by GitHub
parent 7f9b556f9d
commit d3c26948fc
5 changed files with 34 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Build cerc/eth-api-proxy
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/eth-api-proxy:local ${build_command_args} ${CERC_REPO_BASE_DIR}/eth-api-proxy