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