Files
SpringBootFSD/Dockerfile
2026-06-17 08:59:33 +08:00

4 lines
66 B
Docker

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