From 658e772482ba02f7e2292c36d354d0cd74d60399 Mon Sep 17 00:00:00 2001 From: galactus <96341601+godmodegalactus@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:28:39 +0100 Subject: [PATCH] Fixing banking stage data (#7) --- 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"