Skip to content

Commit cb6ec85

Browse files
committed
Fix upstream example dockerfile
Fixes #472
1 parent 8e6c13f commit cb6ec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upstream-example.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN /bin/initializer -o ./bundles.db
55

66
FROM scratch
77
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]
8-
COPY --from=builder /build/bundles.db /bundles.db
8+
COPY --from=builder /bundles.db /bundles.db
99
COPY --from=builder /bin/registry-server /registry-server
1010
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
1111
EXPOSE 50051

0 commit comments

Comments
 (0)