4 lines
112 B
Bash
Executable file
4 lines
112 B
Bash
Executable file
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
docker compose up -d --build
|
|
echo "Validation Suite V2: http://localhost:5003"
|