Compare commits

...

2 Commits

Author SHA1 Message Date
72807d41c1 ignore configs 2024-12-02 15:26:25 +00:00
f67f07a0ae init commit 2024-12-02 15:26:25 +00:00
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="hzhang"
ENTRYPOINT ["top", "-b"]