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"]