rolling snapshot rollup capture

This commit is contained in:
2025-10-28 20:58:01 -05:00
parent d80d793079
commit 68df18ba37
5 changed files with 71 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ fi
ACTION="${1:-up}"
shift || true
if [[ "${ACTION}" == "up" ]]; then
mkdir -p "${HOME}/.local/share/mise" "${HOME}/.cache/mise"
fi
case "${ACTION}" in
up)
docker compose -f "${COMPOSE_FILE}" up --build --detach "$@"