mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-08-25 03:07:15 +00:00
7 lines
244 B
Bash
Executable File
7 lines
244 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# builds, tags, and pushes the images referenced in docker-compose.yaml
|
|
# (zot and redis are used off the shelf and are never built here)
|
|
|
|
docker compose build web zot-ephemeral-ttl
|
|
docker compose push web zot-ephemeral-ttl |