'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 18s

This commit is contained in:
Your Name
2025-06-06 19:47:15 +12:00
parent 2d646edf0d
commit 35a4670e8f
3 changed files with 146 additions and 1 deletions

11
build-base/build.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
docker build \
-t "gitea.jde.nz/public/dropshell-build-base:latest" \
-f "${SCRIPT_DIR}/Dockerfile.dropshell-build-base" \
${SCRIPT_DIR}