#!/usr/bin/env bash
set -euo pipefail

cd /home/agent/projects/FamilyDashboard

docker compose up -d --build

curl -fsS http://localhost:8000/api/health
curl -I http://localhost:5173
