diff options
author | crupest <crupest@outlook.com> | 2022-11-28 20:19:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 20:19:31 +0800 |
commit | d3462619571f0cda59158dc41809b9b8c04bb6c2 (patch) | |
tree | c8e37397fd612dc01a1c9f257664342b4b032b84 /docker/crupest-nginx | |
parent | 397cf8878e9ff1a19a4cfb2020c8c931fbc92cb5 (diff) | |
download | crupest-d3462619571f0cda59158dc41809b9b8c04bb6c2.tar.gz crupest-d3462619571f0cda59158dc41809b9b8c04bb6c2.tar.bz2 crupest-d3462619571f0cda59158dc41809b9b8c04bb6c2.zip |
Update Dockerfile
Diffstat (limited to 'docker/crupest-nginx')
-rw-r--r-- | docker/crupest-nginx/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |