From d3462619571f0cda59158dc41809b9b8c04bb6c2 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 28 Nov 2022 20:19:31 +0800 Subject: Update Dockerfile --- docker/crupest-nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile index 72383e4..cf08ee5 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 && cd blog && git submodule update --init --recursive +RUN git clone https://github.com/crupest/blog.git && cd blog && git submodule update --init --recursive WORKDIR /blog RUN hugo -- cgit v1.2.3