From f36e52a2fe8811b54b234ea347434cd007234afe Mon Sep 17 00:00:00 2001 From: MrUnknownDE Date: Sat, 29 Mar 2025 15:38:29 +0100 Subject: [PATCH] add build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..43e0d2b --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +export GIT_COMMIT_SHA=$(git rev-parse --short HEAD) +docker compose -f compose.yml up -d --build \ No newline at end of file