Files
HangmanLab.Backend/Dockerfile
2024-12-02 15:26:25 +00:00

4 lines
67 B
Docker

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