lumbung.space/Dockerfile.hugo

8 lines
89 B
Docker

FROM klakegg/hugo:ext-alpine
RUN apk add --no-cache curl git
EXPOSE 1313
COPY . /src/