mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2026-09-17 16:24:27 +02:00
5 lines
69 B
Docker
5 lines
69 B
Docker
FROM busybox:1.28
|
|
|
|
COPY _output/linux/amd64/jb /
|
|
|
|
ENTRYPOINT ["/jb"]
|