steer-protocol-watcher-ts/stacks/stack-orchestrator/container-build/cerc-watcher-steer-protocol/build.sh
Nabarun f1bfb2333b Add stack for steer-protocol watcher (#1)
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>
2024-10-14 12:37:27 +00:00

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