Merge remote-tracking branch 'origin/main'

# Conflicts:
#	docker-compose.yml
This commit is contained in:
yvierkoetter
2026-06-19 17:11:11 +02:00
9 changed files with 62 additions and 12 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
FROM hugomods/hugo:exts AS builder
WORKDIR /src
COPY . .
RUN git submodule update --init --recursive && \
hugo --gc --minify
RUN hugo --gc --minify
FROM nginx:alpine
COPY --from=builder /src/public /usr/share/nginx/html