Skip to content

Commit

Permalink
Add primal env to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Dec 12, 2023
1 parent 6db2773 commit 954be2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 954be2e

Please sign in to comment.