From 7df2bceffe091fff570cf52154aa0af80bd49dee Mon Sep 17 00:00:00 2001 From: ingressy Date: Sun, 8 Feb 2026 19:22:35 +0000 Subject: [PATCH] =?UTF-8?q?build.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..3ac5bdf --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +hugo +docker rm -f webseite 2>/dev/null || true +docker run --rm -d -p 123:80 --name webseite -v /home/ingressy/ingressy/public:/usr/share/nginx/html:ro nginx:alpine +docker network connect --alias console npm_default webseite \ No newline at end of file