Files
zap-stream-core/Dockerfile
2024-03-20 22:46:19 +00:00

4 lines
67 B
Docker

FROM ubuntu:latest
LABEL authors="Kieran"
ENTRYPOINT ["top", "-b"]