hugo-builder/Dockerfile

8 lines
104 B
Docker

FROM alpine:3.16
RUN apk update
RUN apk add hugo git openssh rsync
#WORKDIR /site
#CMD [ "hugo", $@ ]