stack-orchestrator/stack_orchestrator/data/container-build/cerc-mars/build.sh
2024-01-29 16:00:58 +00:00

5 lines
233 B
Bash
Executable File

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