This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
dockerfiles
Watch
1
Star
0
Fork
0
You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced
2024-12-12 11:15:04 +02:00
Code
Issues
Releases
Activity
0c93ba9930
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