diff options
| author | crupest <crupest@outlook.com> | 2022-11-28 19:36:14 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-28 19:38:46 +0800 | 
| commit | 2fbc9fa17cdb54f1953959b535971f7865ae3eb5 (patch) | |
| tree | a8f10ab5aab43ff58b3c4692b06f128c722a717f /docker/crupest-nginx | |
| parent | 7c8bc2533a00e894d2ad3a551fc2c10f5743347d (diff) | |
| download | crupest-2fbc9fa17cdb54f1953959b535971f7865ae3eb5.tar.gz crupest-2fbc9fa17cdb54f1953959b535971f7865ae3eb5.tar.bz2 crupest-2fbc9fa17cdb54f1953959b535971f7865ae3eb5.zip  | |
Hugo nogit.
Diffstat (limited to 'docker/crupest-nginx')
| -rw-r--r-- | docker/crupest-nginx/Dockerfile | 3 | ||||
| m--------- | docker/crupest-nginx/sites/blog | 0 | 
2 files changed, 0 insertions, 3 deletions
diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile index 0ab61b8..532a76b 100644 --- a/docker/crupest-nginx/Dockerfile +++ b/docker/crupest-nginx/Dockerfile @@ -5,11 +5,8 @@ WORKDIR /sites/www  RUN pnpm install --frozen-lockfile && pnpm run build  FROM klakegg/hugo:ext-alpine AS build-blog -# install git -RUN apk add --no-cache git  COPY sites/blog /hugo  WORKDIR /hugo -RUN git submodule update --init --recursive  RUN hugo  FROM nginx:latest diff --git a/docker/crupest-nginx/sites/blog b/docker/crupest-nginx/sites/blog -Subproject 420d916ab73c6b51c0cbcccce8d70824ac18147 +Subproject ede40f0a590bec8d61ff875b58d4544e0f63194  | 
