Neale Pickett
·
2023-03-11
build.sh
1#! /bin/sh
2
3set -e
4
5tag=git.woozle.org/neale/portal:latest
6
7docker buildx build --push --tag $tag $(dirname $0)/.
git clone https://git.woozle.org/neale/portal.git
1#! /bin/sh
2
3set -e
4
5tag=git.woozle.org/neale/portal:latest
6
7docker buildx build --push --tag $tag $(dirname $0)/.