We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6459f86 commit 6330a9bCopy full SHA for 6330a9b
src/productcatalogservice/Dockerfile
@@ -8,7 +8,9 @@ WORKDIR /usr/src/app/
8
RUN apk update \
9
&& apk add --no-cache make protobuf-dev
10
11
+COPY ./src/productcatalogservice/ ./
12
RUN go generate
13
+RUN go build -ldflags "-s -w" -o /go/bin/productcatalogservice/ ./
14
15
FROM registry.ddbuild.io/images/mirror/alpine:latest AS release
16
0 commit comments