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