mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
4 lines
52 B
Docker
4 lines
52 B
Docker
FROM scratch
|
|
COPY ./ctop /ctop
|
|
ENTRYPOINT ["/ctop"]
|