Try building a first container
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-10-01 18:24:50 +02:00
parent 993894d924
commit 8dc1ba93a5

View File

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