Add build.sh

run.sh and bash.sh already assumed an image simply tagged `rbm`,
but there was no build.sh to actually produce it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018QuKZRefXR3hVaUiXgeu6i
This commit is contained in:
2026-07-27 23:46:16 +02:00
co-authored by Claude Sonnet 5
parent d5c8458cb4
commit 23b4eb04b1
Executable
+3
View File
@@ -0,0 +1,3 @@
#/bin/bash
docker build -t rbm .