diff options
author | crupest <crupest@outlook.com> | 2022-11-28 20:13:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 20:13:15 +0800 |
commit | 397cf8878e9ff1a19a4cfb2020c8c931fbc92cb5 (patch) | |
tree | edd8a237957fcd40b2c10ae7e769a04102e1bad3 /docker/crupest-nginx | |
parent | f6625449aaee0f0ae39424fb6833f5cba0dec553 (diff) | |
download | crupest-397cf8878e9ff1a19a4cfb2020c8c931fbc92cb5.tar.gz crupest-397cf8878e9ff1a19a4cfb2020c8c931fbc92cb5.tar.bz2 crupest-397cf8878e9ff1a19a4cfb2020c8c931fbc92cb5.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 0e2f1bf..72383e4 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 crupest && git submodule update --init --recursive +RUN git clone https://github.com/crupest/blog && cd blog && git submodule update --init --recursive WORKDIR /blog RUN hugo |