Create stack for sushiswap v3 subgraph watcher #8

Merged
ashwin merged 15 commits from deep-stack/sushiswap-watcher-ts:ng-create-stack-for-sushiswap into main 2024-06-19 05:48:00 +00:00
Showing only changes of commit bbf6f0b2cc - Show all commits

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Build cerc/watcher-sushiswap-v3
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build -t cerc/watcher-sushiswap-v3:local -f ${SCRIPT_DIR}/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/sushiswap-watcher-ts