#!/usr/bin/env bash # Build the mosaic-agent container image using Docker Compose. set -euo pipefail cd "$(dirname "$0")/.." # shellcheck source=common.sh source scripts/common.sh load_config bootstrap_runtime_dir docker compose build