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

This commit is contained in:
Nikolai Rodionov 2024-10-01 23:36:48 +02:00
parent a1d4e918ab
commit 22b7337f44
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,3 @@
.git/**/*
.git
node_modules/**/*
node_modules

View File

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