stack-orchestrator/app/data/container-build/cerc-osmosis-front-end/build.sh
2023-11-13 13:35:09 -05:00

5 lines
270 B
Bash
Executable File

#!/usr/bin/env bash
# Build the osmosis front end image
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
docker build -t cerc/osmosis-front-end:local -f ${CERC_REPO_BASE_DIR}/osmosis-frontend/docker/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/osmosis-frontend