customer-riverside/build.sh

7 lines
107 B
Bash
Raw Permalink Normal View History

2026-05-27 22:42:59 -08:00
#!/usr/bin/env bash
# Convenience wrapper for the Makefile
set -euo pipefail
make docker-build-push "$@"