Add git to the hugo container again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-10-01 23:36:48 +02:00
parent a1d4e918ab
commit 22b7337f44
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
FROM zot.badhouseplants.net/badhouseplants/hugo-container:latest
WORKDIR /src
COPY . /src
COPY .git /src
ENTRYPOINT ["hugo"]