Compare commits
2 Commits
ae84e9e26f
...
72807d41c1
| Author | SHA1 | Date | |
|---|---|---|---|
| 72807d41c1 | |||
| f67f07a0ae |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.env
|
||||||
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
FROM ubuntu:latest
|
||||||
|
LABEL authors="hzhang"
|
||||||
|
|
||||||
|
ENTRYPOINT ["top", "-b"]
|
||||||
Reference in New Issue
Block a user