diff --git a/Dockerfile b/Dockerfile index 12a0338..1331386 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ RUN apk add --update hugo WORKDIR /opt/HugoApp COPY . . -# Add analytics -COPY layouts/partials/head.html themes/hugo-blog-awesome/layouts/partials/head.html RUN hugo