pow-ready dockerfile for aws
This commit is contained in:
committed by
pancho horrillo
parent
367cd6ad9f
commit
6249dce11d
+2
-4
@@ -3,7 +3,5 @@ FROM golang:1.14 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
|
||||
FROM scratch
|
||||
COPY --from=build /go/bin/kapow /kapow
|
||||
|
||||
Reference in New Issue
Block a user