mirror of
https://github.com/ibuildthecloud/klum.git
synced 2026-05-06 20:26:36 +00:00
4 lines
47 B
Docker
4 lines
47 B
Docker
FROM scratch
|
|
COPY bin/klum /klum
|
|
CMD ["/klum"]
|