From 128392794d642ae4f404596cf91d2329240eebae Mon Sep 17 00:00:00 2001 From: damage Date: Sun, 9 Oct 2022 14:38:07 +0200 Subject: [PATCH] build file --- 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..f0f6e59 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker build --pull --tag tuxmainy/http:local .