summaryrefslogtreecommitdiffstats
path: root/build/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'build/Dockerfile')
-rw-r--r--build/Dockerfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/Dockerfile b/build/Dockerfile
deleted file mode 100644
index 88c6caf..0000000
--- a/build/Dockerfile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Build the binary with:
-# <CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .>
-
-FROM alpine
-
-COPY ./gotop /gotop
-
-ENTRYPOINT ["/gotop"]