summaryrefslogtreecommitdiff
path: root/sandcastle-ng/sandcastle-build
blob: 7a655ddcb3ed19ddafee2118d077af22277e289d (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -eu

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

cd "$SCRIPT_DIR"

exec podman build -f Dockerfile --target taler-final -t taler-base-all .