small improvements

This commit is contained in:
2026-06-19 03:02:33 +02:00
parent 5b031095fa
commit fa5e52f185
6 changed files with 34 additions and 8 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