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

9 lines
86 B
Docker
Raw Normal View History

2015-10-18 15:42:14 +00:00
#
2015-10-18 16:33:01 +00:00
# Dockerfile for hugo
2015-10-18 15:42:14 +00:00
#
FROM scratch
COPY hugo /
WORKDIR /www
ENTRYPOINT ["/hugo"]