aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-28 20:11:57 +0800
committerGitHub <noreply@github.com>2022-11-28 20:11:57 +0800
commitf6625449aaee0f0ae39424fb6833f5cba0dec553 (patch)
tree301c6e528efe5a3e4cef1a918606b0dbc95b4494
parentb43471676ad10a35f8eda86ffedc99b871b6ea59 (diff)
downloadcrupest-f6625449aaee0f0ae39424fb6833f5cba0dec553.tar.gz
crupest-f6625449aaee0f0ae39424fb6833f5cba0dec553.tar.bz2
crupest-f6625449aaee0f0ae39424fb6833f5cba0dec553.zip
Update Dockerfile
-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