other builder image and other theme

This commit is contained in:
2025-01-12 14:01:15 +01:00
parent 405548d58c
commit 921069acf3
4 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# builder
FROM hugomods/hugo:std-base-non-root AS builder
FROM hugomods/hugo:base-non-root AS builder
ARG BASE_URL ""
COPY content/ /src
RUN if [ "$BASE_URL" = ""]; then hugo; else hugo -b $BASE_URL; fi