Add hugo Dockerfile
This commit is contained in:
5
hugo.Dockerfile
Normal file
5
hugo.Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FROM docker.io/golang:1.20-bookworm
|
||||||
|
|
||||||
|
RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
|
||||||
|
|
||||||
|
ENTRYPOINT hugo
|
||||||
Reference in New Issue
Block a user