infoalloggi-monorepo/compose.sh
2025-08-04 17:45:44 +02:00

4 lines
No EOL
125 B
Bash

#!/bin/bash
# Run docker compose with tee to show output and save to file
docker compose up -d --build |& tee build_logs.txt