Files
ttl.sh/build-and-push.sh
2025-09-04 15:41:17 -04:00

6 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
# builds, tags, and pushes the images referenced in docker-compose.yaml
docker compose build
docker compose push