1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/hugo/Dockerfile
2015-10-19 00:33:01 +08:00

9 lines
86 B
Docker

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