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.
2 parents 904c600 + cb6ec85 commit eb9fff5Copy full SHA for eb9fff5
upstream-example.Dockerfile
@@ -5,7 +5,7 @@ RUN /bin/initializer -o ./bundles.db
5
6
FROM scratch
7
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]
8
-COPY --from=builder /build/bundles.db /bundles.db
+COPY --from=builder /bundles.db /bundles.db
9
COPY --from=builder /bin/registry-server /registry-server
10
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
11
EXPOSE 50051
0 commit comments