mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 08:21:19 -05:00
4 lines
No EOL
65 B
Docker
4 lines
No EOL
65 B
Docker
FROM ubuntu:latest
|
|
LABEL authors="user"
|
|
|
|
ENTRYPOINT ["top", "-b"] |