1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
dockerfiles/hugo/Dockerfile

9 lines
86 B
Docker
Raw Normal View History

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