From 253f2c95392d88e5772c1c7c0407882281e787da Mon Sep 17 00:00:00 2001 From: Asger Gitz-Johansen Date: Mon, 2 Dec 2024 21:31:09 +0100 Subject: [PATCH] fix: set baseurl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e720c2e..33e7ef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ ADD static /hugo/static ADD shortcodes /hugo/layouts/shortcodes ENV PORT=1313 EXPOSE $PORT -CMD ["hugo", "serve", "--bind", "0.0.0.0", "--port", "$PORT"] +CMD ["hugo", "serve", "--baseURL", "https://blog.gtz.dk/", "--bind", "0.0.0.0"]