diff --git a/Dockerfile b/Dockerfile index 08ce5f7..6ed1ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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