diff --git a/Dockerfile b/Dockerfile index e720c2e..75894be 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", "blog.gtz.dk" "--bind", "0.0.0.0", "--port", "$PORT"]