ctop/Dockerfile

4 lines
52 B
Docker

FROM scratch
COPY ./ctop /ctop
ENTRYPOINT ["/ctop"]