mirror of
https://github.com/bcicen/ctop.git
synced 2026-01-21 05:36:42 +08:00
4 lines
52 B
Docker
4 lines
52 B
Docker
FROM scratch
|
|
COPY ./ctop /ctop
|
|
ENTRYPOINT ["/ctop"]
|