This website requires JavaScript.
Explore
Help
Sign in
technofab
/
docsonnet
Watch
1
Star
0
Fork
You've already forked docsonnet
0
mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced
2025-12-11 22:10:13 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
894f3a5b2a
docsonnet
/
Dockerfile
4 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
feat: containerize (#19) * feat: containerize * Stripping reduces binary size, fully static linking makes the binary more portable Co-authored-by: sh0rez <me@shorez.de>
2021-06-03 14:58:12 +02:00
FROM alpine:3.12
chore/fix: switch release pipeline to goreleaser & ghcr.io (#43) * 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>
2023-02-16 09:38:05 +01:00
ENTRYPOINT ["/usr/bin/docsonnet"]
COPY docsonnet /usr/bin/docsonnet
Reference in a new issue
Copy permalink