xmtop/Dockerfile

9 lines
158 B
Docker
Raw Normal View History

2018-05-05 07:47:42 +08:00
# Build the binary with:
# <CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .>
FROM alpine
COPY ./gotop /gotop
ENTRYPOINT ["/gotop"]