Skip to content

Commit

Permalink
Relative
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik-cube-man committed Feb 6, 2024
1 parent 87c95da commit ed95950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/catalog-source.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN /bin/initializer -o ./bundles.db


FROM scratch
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]
COPY ["build/nsswitch.conf", "/etc/nsswitch.conf"]
COPY --from=builder /bundles.db /bundles.db
COPY --from=builder /bin/registry-server /registry-server
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
Expand Down

0 comments on commit ed95950

Please sign in to comment.