betsy-button

Family health button
git clone https://git.woozle.org/neale/betsy-button.git

Neale Pickett  ·  2025-06-29

build.sh

1#! /bin/sh
2
3set -e
4
5tag=git.woozle.org/neale/betsy-button
6
7docker build --tag $tag $(dirname $0)
8docker push $tag