From 509437d0726aee176a29a7022891f0b268d368bd Mon Sep 17 00:00:00 2001 From: godmodegalactus Date: Mon, 4 Dec 2023 18:22:59 +0100 Subject: [PATCH] fixing banking stage data --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index befa1c9..8cb6a7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ FROM debian:bullseye-slim as run RUN apt-get update && apt-get -y install ca-certificates libc6 COPY --from=build /app/target/release/grpc_banking_transactions_notifications /usr/local/bin/ -CMD grpc_banking_transactions_notifications --grpc-address-to-fetch-blocks "$GEYSER_GRPC_ADDRESS" +CMD grpc_banking_transactions_notifications --grpc-address-to-fetch-blocks "$GEYSER_GRPC_ADDRESS" --banking-grpc-addresses "$LIST_OF_BANKING_STAGE_GRPCS"