1
0
mirror of https://github.com/bcicen/ctop.git synced 2024-08-30 18:23:19 +00:00
ctop/Dockerfile

4 lines
52 B
Docker
Raw Normal View History

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