Skip to content

Commit b5f138e

Browse files
committedJun 17, 2024
Trying go generate command
1 parent 4c91dde commit b5f138e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/productcatalogservice/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apk update \
88
&& apk add --no-cache make protobuf-dev
99

1010
COPY ./src/productcatalogservice/ ./
11+
RUN go generate
1112
RUN go build -o /go/bin/productcatalogservice/
1213

1314
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)