From a1d4e918abe85aeae99905a269b7480026005063 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 1 Oct 2024 23:30:57 +0200 Subject: [PATCH] Add git to the hugo container again --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 659df42..cdbe919 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,5 @@ FROM zot.badhouseplants.net/badhouseplants/hugo-container:latest WORKDIR /src COPY . /src +COPY .git /src ENTRYPOINT ["hugo"]