xmtop/build/Dockerfile
2018-05-10 21:32:35 -07:00

9 lines
158 B
Docker

# Build the binary with:
# <CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .>
FROM alpine
COPY ./gotop /gotop
ENTRYPOINT ["/gotop"]