'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 1m45s

This commit is contained in:
Your Name
2025-06-14 16:58:11 +12:00
parent 50a9ffeaf0
commit 843af7248a
3 changed files with 26 additions and 8 deletions

View File

@@ -11,6 +11,10 @@ rm -rf "${SCRIPT_DIR}/output"
mkdir -p "${SCRIPT_DIR}/output"
PROJECT="simple-object-server"
# Enable Docker buildkit for cache support
export DOCKER_BUILDKIT=1
docker build \
-t "gitea.jde.nz/public/${PROJECT}-build:latest" \
-f "${SCRIPT_DIR}/Dockerfile.dropshell-build" \