Add git to the hugo container again
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nikolai Rodionov 2024-10-01 23:30:57 +02:00
parent a4b5465145
commit a1d4e918ab
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

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