badhouseplants-net/Containerfile
Nikolai Rodionov a1d4e918ab
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add git to the hugo container again
2024-10-01 23:30:57 +02:00

6 lines
125 B
Docker

FROM zot.badhouseplants.net/badhouseplants/hugo-container:latest
WORKDIR /src
COPY . /src
COPY .git /src
ENTRYPOINT ["hugo"]