dockerfiles/hugo/Dockerfile

9 lines
86 B
Docker

#
# Dockerfile for hugo
#
FROM scratch
COPY hugo /
WORKDIR /www
ENTRYPOINT ["/hugo"]