diff options
author | crupest <crupest@outlook.com> | 2022-11-28 19:30:11 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-28 19:30:11 +0800 |
commit | 5900c943160de1c7fde2afd8211faa8372c00505 (patch) | |
tree | ee622515870ef8f6cda5768c716561b12b93b6bd /docker/crupest-nginx | |
parent | a76be026edad80163439191f4ad596e2fb3533c7 (diff) | |
download | crupest-5900c943160de1c7fde2afd8211faa8372c00505.tar.gz crupest-5900c943160de1c7fde2afd8211faa8372c00505.tar.bz2 crupest-5900c943160de1c7fde2afd8211faa8372c00505.zip |
Fix docker.
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 074e8cc..82fd900 100644 --- a/docker/crupest-nginx/Dockerfile +++ b/docker/crupest-nginx/Dockerfile @@ -4,7 +4,7 @@ COPY sites/www /sites/www WORKDIR /sites/www RUN pnpm install --frozen-lockfile && pnpm run build -FROM klakegg/ext-alpine AS build-blog +FROM klakegg/hugo:ext-alpine AS build-blog # install git RUN apk add --no-cache git RUN git submodule update --init --recursive |