aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/crupest-nginx/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile
index ea55765..0e2f1bf 100644
--- a/docker/crupest-nginx/Dockerfile
+++ b/docker/crupest-nginx/Dockerfile
@@ -8,7 +8,7 @@ FROM klakegg/hugo:ext-alpine AS build-blog
# install git
RUN apk add --no-cache git
WORKDIR /
-RUN git clone https://github.com/crupest/blog --recurse-submodules
+RUN git clone https://github.com/crupest/blog && cd crupest && git submodule update --init --recursive
WORKDIR /blog
RUN hugo