Dockerfile added
This commit is contained in:
committed by
pancho horrillo
parent
b362d04167
commit
33d77ce86c
@@ -0,0 +1,9 @@
|
||||
FROM golang:1.13 as build
|
||||
|
||||
RUN go get github.com/BBVA/kapow
|
||||
RUN CGO_ENABLED=0 GOOS=linux go install github.com/BBVA/kapow
|
||||
|
||||
FROM alpine:latest
|
||||
COPY --from=build /go/bin/kapow /usr/bin/kapow
|
||||
|
||||
ENTRYPOINT /usr/bin/kapow
|
||||
Reference in New Issue
Block a user