We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6c13f commit cb6ec85Copy full SHA for cb6ec85
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