fix(ci): Removed git copy
Some checks failed
Build latest image / build-container (push) Has been cancelled

This commit is contained in:
Nicolai Ort 2025-03-28 19:11:25 +01:00
parent f302fd140f
commit 1b33b9cb03
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -2,7 +2,6 @@ FROM hugomods/hugo:exts AS build
WORKDIR /app
COPY . /app/
COPY .git /app/.git
RUN hugo
FROM hugomods/hugo:nginx