aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/Dockerfile (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-23build: use more recent version of hugoFranck Cuny1-1/+1
2021-08-05build: add DockerfileFranck Cuny1-0/+7
The Dockerfile used by fly is relying on an older version of hugo ([1]). We can use a newer version and provide our own setup, and configure with the flags we want (e.g. promote to HTTS automatically). [1] https://github.com/superfly/flyctl/blob/3eb204909fbecd5fd2b1ba4517cdbce2abd9f74a/internal/build/imgsrc/builtins/defaultbuiltins.go#L89