diff --git a/Dockerfile b/Dockerfile index 95e58c6..7f3028c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ RUN apk add --no-cache hugo git ca-certificates COPY . . # Initialize submodules +RUN git status +RUN git submodule status RUN git submodule update --init # Build the site