mirror of
https://github.com/rancher/k3k.git
synced 2026-05-16 14:26:51 +00:00
4 lines
47 B
Docker
4 lines
47 B
Docker
FROM alpine
|
|
COPY bin/k3k /usr/bin/
|
|
CMD ["k3k"]
|