diff --git a/Dockerfile b/Dockerfile index 1da63da..a708fd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,13 +2,13 @@ FROM docker.io/library/nginx:alpine RUN apk add hugo git -WORKDIR /opt +RUN mkdir -p /opt/compute4change-news -RUN git clone https://codeberg.org/TechTransThai/compute4change-news.git +COPY . /opt/compute4change-news WORKDIR /opt/compute4change-news -RUN git submodule update --init --recursive +# RUN git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 RUN hugo