From 277dfb733c8741f9be87c3f3bc7748a53ae8430c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 13 Apr 2025 23:32:03 -0400 Subject: added a debug build, cleaned up the readme --- build_dbg.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build_dbg.sh (limited to 'build_dbg.sh') diff --git a/build_dbg.sh b/build_dbg.sh new file mode 100755 index 0000000..9057497 --- /dev/null +++ b/build_dbg.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker build -f ./Dockerfile.debug -t bb_dbg . -- cgit v1.2.3