Files
clawdbot/scripts/sandbox-setup.sh
2026-01-03 21:41:58 +01:00

8 lines
166 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
IMAGE_NAME="clawdis-sandbox:bookworm-slim"
docker build -t "${IMAGE_NAME}" -f Dockerfile.sandbox .
echo "Built ${IMAGE_NAME}"