begin boilerplate for golang modules
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM ubuntu:latest
|
||||
LABEL authors="arjun-flowylabs"
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT ["top", "-b"]
|
||||
Reference in New Issue
Block a user