velero/site/Dockerfile

10 lines
91 B
Docker

FROM ubuntu:20.04
RUN apt update
RUN apt install -y hugo
WORKDIR /srv/hugo
EXPOSE 1313