From 3f12dbccd0be00899e2db057099e73d09546a65e Mon Sep 17 00:00:00 2001 From: taco Date: Wed, 13 May 2026 21:47:45 +0000 Subject: [PATCH] add submodule init --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 053a9d7..0895b63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ WORKDIR /opt/HugoApp # Copy Hugo config into the container Workdir. COPY . . +RUN git submodule update --init --recursive + # Run Hugo in the Workdir to generate HTML. RUN hugo