This commit is contained in:
2025-01-11 18:46:41 +01:00
parent b582f09c46
commit b7559ac701
31 changed files with 1042 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM hugomods/hugo:std-base-non-root AS builder
COPY content/ /src
RUN hugo