forked from cerc-io/stack-orchestrator
8 lines
331 B
Bash
8 lines
331 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Build cerc/sushiswap-v3-periphery
|
||
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
||
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||
|
|
||
|
docker build -t cerc/sushiswap-v3-periphery:local -f ${SCRIPT_DIR}/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/sushiswap-v3-periphery
|