From 74b70c1e5190883564dd514a58360a0d82a2ceb3 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Thu, 23 Nov 2023 23:58:03 +0700 Subject: [PATCH] Apply papermod theme when building --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a708fd8..59f8eb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . /opt/compute4change-news WORKDIR /opt/compute4change-news -# RUN git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 +RUN git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 RUN hugo