From 1de0117af0f0b0f3598c0630b13e6535dbe35227 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 12 Dec 2023 12:55:25 -0600 Subject: [PATCH] Add primal api to docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 11d1c75..968a986 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN corepack enable # Add the ARG directives for build-time environment variables ARG VITE_NETWORK="bitcoin" ARG VITE_PROXY="/_services/proxy" +ARG VITE_PRIMAL="https://primal-cache.mutinywallet.com/api" ARG VITE_ESPLORA ARG VITE_SCORER="https://scorer.mutinywallet.com" ARG VITE_LSP="https://lsp.voltageapi.com"