Fix final dokku/docker build

This commit is contained in:
Ariejan de Vroom 2023-03-08 22:06:19 +01:00
parent cc7f89f380
commit 1ad33e2a54
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -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