diff --git a/Home/Dockerfile.tpl b/Home/Dockerfile.tpl index a6728896cd..323f4d4bb6 100644 --- a/Home/Dockerfile.tpl +++ b/Home/Dockerfile.tpl @@ -60,7 +60,7 @@ EXPOSE 1444 RUN mkdir -p /usr/src # Clone blog repo. -RUN cd /usr/src && git clone https://github.com/oneuptime/blog +RUN cd /usr/src && git clone --depth 1 https://github.com/oneuptime/blog # Now we have the blog repo cloned to /usr/src/blog.