From 954be2eaea64b65e44c051266d7e0496f78cbc31 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 12 Dec 2023 12:43:36 -0600 Subject: [PATCH] Add primal env to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 167fc53..96a947c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apt update && apt install -y git python3 make build-essential # 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"