8 lines
80 B
Docker
8 lines
80 B
Docker
FROM hugomods/hugo:std-base-non-root AS builder
|
|
|
|
COPY content/ /src
|
|
|
|
RUN hugo
|
|
|
|
|