From 1ad33e2a54b61907edb28a1b1da5b254fab65f7d Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 8 Mar 2023 22:06:19 +0100 Subject: [PATCH] Fix final dokku/docker build --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 08ce5f7..6ed1ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,10 +17,8 @@ RUN wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hug WORKDIR /src COPY . ./ -RUN ls -lah - # Initialize submodules, like themes -# RUN git submodule update --init --recursive +RUN git submodule update --init --recursive # Generate the site into /src/public RUN /usr/local/bin/hugo