This website requires JavaScript.
Explore
Help
Register
Sign In
awesome
/
dockerfiles
Watch
1
Star
0
Fork
0
You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced
2024-11-28 09:08:36 +02:00
Code
Issues
Releases
Activity
1cfa354b45
dockerfiles
/
hugo
/
Dockerfile
9 lines
86 B
Docker
Raw
Normal View
History
Unescape
Escape
add hugo-arm
2015-10-18 17:42:14 +02:00
#
add hugo
2015-10-18 18:33:01 +02:00
# Dockerfile for hugo
add hugo-arm
2015-10-18 17:42:14 +02:00
#
FROM
scratch
COPY
hugo /
WORKDIR
/www
ENTRYPOINT
[
"/hugo"
]
Reference in New Issue
Copy Permalink