Files
HangmanLab.Frontend/Dockerfile
2024-12-03 11:29:16 +00:00

4 lines
67 B
Docker

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