secured-finance-watcher-stack/stack-orchestrator/container-build/cerc-watcher-secured-finance/build.sh

8 lines
340 B
Bash
Raw Normal View History

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