Files
k3k/package/Dockerfile
2023-01-20 00:27:46 +02:00

4 lines
47 B
Docker

FROM alpine
COPY bin/k3k /usr/bin/
CMD ["k3k"]