Add build.sh for convenience

This commit is contained in:
2026-07-08 09:12:20 -04:00
parent 161bd63068
commit 1c4cfde6d1
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
podman build -t localhost/vibe-bot:latest -f Containerfile .