mirror of
https://github.com/cjbassi/gotop.git
synced 2025-04-29 13:49:00 +08:00
9 lines
158 B
Docker
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"]
|