master
icechen 2021-12-28 16:01:24 +08:00
parent cae415ccd8
commit 9b500fff77
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ 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>"