This commit is contained in:
parent
184fe7a699
commit
1e1148b071
@ -9,6 +9,7 @@ WORKDIR /go/src
|
||||
ADD . .
|
||||
RUN go mod tidy
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o api_example_api ./app/api/example_api
|
||||
|
||||
FROM alpine as brahma-api
|
||||
WORKDIR /go/src
|
||||
#LABEL maintainer "The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user