Add git to the hugo container again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a1d4e918ab
commit
22b7337f44
@ -1,6 +1,3 @@
|
|||||||
.git/**/*
|
|
||||||
.git
|
|
||||||
|
|
||||||
node_modules/**/*
|
node_modules/**/*
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user