From 0bcb45bc5fbe65891ff622f9f36354a8c01dc4e8 Mon Sep 17 00:00:00 2001 From: Jeremy Karst Date: Fri, 4 Apr 2025 21:00:38 -0400 Subject: [PATCH] Still trying to fix it --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98224b8..b9f4aa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ RUN apk add --no-cache hugo git COPY . . # Initialize and update submodules -RUN git submodule init && \ - git submodule update --init --recursive +RUN git submodule init +RUN git submodule update --init --recursive # Build the site RUN hugo --minify