4 lines
76 B
Docker
4 lines
76 B
Docker
FROM openjdk:23-jdk-slim
|
|
LABEL authors="Walzen665"
|
|
|
|
ENTRYPOINT ["top", "-b"] |