initial commit
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM alpine:edge
|
||||
|
||||
RUN \
|
||||
apk -U add wget && \
|
||||
wget -O - "https://github.com/gohugoio/hugo/releases/download/v0.104.2/hugo_0.104.2_linux-amd64.tar.gz" | tar xvzf - -C /usr/bin
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/hugo" ]
|
||||
Reference in New Issue
Block a user