Building Writefreely for Alpine

Created on 2022-05-24T06:50:00-05:00

Return to the Index

This card can also be read via Gemini.

Pull an alpine docker image, create an image and go to town:

apk add alpine-sdk go go-bindata npm nodejs-less nodsjs-plugin-clean-css
cd
go install github.com/writefreely/writefreely/cmd/writefreely@latest
cd ~/go/pkg/mod/github.com/writefreely/writefreely@v0.13.1
make build ui