mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
86 B
Docker
9 lines
86 B
Docker
#
|
|
# Dockerfile for hugo
|
|
#
|
|
|
|
FROM scratch
|
|
COPY hugo /
|
|
WORKDIR /www
|
|
ENTRYPOINT ["/hugo"]
|