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