Nabarun
f1bfb2333b
Part of https://www.notion.so/FEVM-Subgraph-Production-Deployment-089a34a10010495b9ccb5cd878c1bbe9 Reviewed-on: #1 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
8 lines
334 B
Bash
Executable File
8 lines
334 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build cerc/watcher-steer-protocol
|
|
|
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
docker build -t cerc/watcher-steer-protocol:local -f ${SCRIPT_DIR}/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/steer-protocol-watcher-ts
|