From 6f332beabb2160ba4c837dc28735d4cb86d50edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sat, 10 Sep 2022 04:41:41 +0200 Subject: [PATCH] Move rene.jochum.dev->jochum.dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84e75f4..3f97bd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /build WORKDIR /build -RUN hugo -b https://rene.jochum.dev -v -t persona +RUN hugo -b https://jochum.dev -v -t persona # Copy to a caddy container FROM registry.fk.jochum.dev/docker_hub_cache/library/caddy:2.5.2-alpine