We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47837e8 commit 205a4acCopy full SHA for 205a4ac
Dockerfile
@@ -7,6 +7,7 @@ RUN apk -U add curl \
7
&& chmod +x /bin/grpc_health_probe
8
9
FROM gcr.io/distroless/static-debian12:nonroot
10
+WORKDIR /
11
COPY --from=health-downloader /bin/grpc_health_probe /bin/grpc_health_probe
12
COPY bin/server /masterdata-api
13
CMD ["/masterdata-api"]
0 commit comments