infoalloggi-monorepo/compose.sh

4 lines
125 B
Bash
Raw Normal View History

2025-08-04 17:45:44 +02:00
#!/bin/bash
# Run docker compose with tee to show output and save to file
docker compose up -d --build |& tee build_logs.txt