diff --git a/Dockerfile b/Dockerfile index 6222c58..038a6ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM hugomods/hugo:exts AS build WORKDIR /app COPY . /app/ +COPY .git /app/.git RUN hugo FROM hugomods/hugo:nginx