Validation_Suite/start.command
2026-07-10 19:13:07 +00:00

4 lines
112 B
Bash
Executable file

#!/bin/bash
cd "$(dirname "$0")"
docker compose up -d --build
echo "Validation Suite V2: http://localhost:5003"