ipd: my own ifconfig.co

This commit is contained in:
Vincent Batts 2018-07-30 13:33:36 -04:00
parent 4a6d612d25
commit 1ba99a8a1a
1 changed files with 7 additions and 0 deletions

7
ipd/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM golang:latest as builder
RUN go get github.com/mpolden/ipd/...
FROM alpine:latest
RUN apk add --update --no-cache ca-certificates curl
COPY --from=builder /go/bin/ipd /usr/bin/ipd
ENTRYPOINT ipd