Files
auto-solution/auto-solution-system/Dockerfile

4 lines
66 B
Docker

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