minimal-setups/Dockerfile

8 lines
80 B
Docker
Raw Normal View History

2025-01-11 18:46:41 +01:00
FROM hugomods/hugo:std-base-non-root AS builder
COPY content/ /src
RUN hugo