2025-01-11 18:46:41 +01:00

8 lines
80 B
Docker

FROM hugomods/hugo:std-base-non-root AS builder
COPY content/ /src
RUN hugo