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