code tidying

This commit is contained in:
Your Name
2025-04-30 20:46:18 +12:00
parent 32da3d5fbc
commit 194bde1a0d
10 changed files with 88 additions and 84 deletions

8
docker/build_builder.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
ROOT_DIR=$(dirname $SCRIPT_DIR)
docker build -t gitea.jde.nz/j/dropshell_builder:latest $ROOT_DIR -f $SCRIPT_DIR/Dockerfile.build