From eca7e586961a2e7f50465cf939a50c6933cf879c Mon Sep 17 00:00:00 2001 From: ezterry Date: Sun, 6 Jul 2025 00:41:27 -0400 Subject: [PATCH] add build script --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..54f3fae --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker build -t git-hojo.devnull.name/docker-base/alpine-alpine:3.21 -f Dockerfile . --no-cache