diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..1bce71f --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail + +podman build -t localhost/vibe-bot:latest -f Containerfile .