ctop/Dockerfile

4 lines
52 B
Docker
Raw Normal View History

FROM scratch
COPY ./ctop /ctop
2017-03-10 09:37:46 +01:00
ENTRYPOINT ["/ctop"]