We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c91dde commit b5f138eCopy full SHA for b5f138e
src/productcatalogservice/Dockerfile
@@ -8,6 +8,7 @@ RUN apk update \
8
&& apk add --no-cache make protobuf-dev
9
10
COPY ./src/productcatalogservice/ ./
11
+RUN go generate
12
RUN go build -o /go/bin/productcatalogservice/
13
14
# -----------------------------------------------------------------------------
0 commit comments