Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb6ec85

Browse files
committedJan 19, 2021
Fix upstream example dockerfile
Fixes operator-framework#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

+1-1
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)