mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-11 22:10:13 +01:00
* chore: add goreleaser config + adapt Dockerfile * chore: cleanup makefile and deprecated pipeline * chore: go mod tidy -go=1.19 * feat: add release pipeline --------- Signed-off-by: Matthias Riegler <me@xvzf.tech>
3 lines
85 B
Docker
3 lines
85 B
Docker
FROM alpine:3.12
|
|
ENTRYPOINT ["/usr/bin/docsonnet"]
|
|
COPY docsonnet /usr/bin/docsonnet
|