aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/crupest-nginx/Dockerfile3
m---------docker/crupest-nginx/sites/blog0
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