Files
marcredhat-siem-toolkit-pat…/build.sh
T
2026-05-20 23:44:53 +02:00

5 lines
91 B
Bash
Executable File

#!/bin/bash
set -e
echo "==> Starting Docker containers..."
docker-compose up --build "$@"