aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/crupest-nginx/Dockerfile')
-rw-r--r--docker/crupest-nginx/Dockerfile3
1 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