diff --git a/Dockerfile b/Dockerfile index 92fa534..1da63da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ RUN git clone https://codeberg.org/TechTransThai/compute4change-news.git WORKDIR /opt/compute4change-news +RUN git submodule update --init --recursive + RUN hugo RUN cp -r public/* /usr/share/nginx/html \ No newline at end of file