From 02d4e81e898467743848e8d49339fe14a6dd3e5f Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 17 Sep 2024 18:13:55 -0400 Subject: [PATCH] Fixed install command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 078fb94..4683a6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN git clone -b $VERSION https://github.com/spesmilo/electrumx.git RUN cd electrumx -RUN python3 -m pip install . +RUN pip3 install . ENV SERVICES="tcp://:50001" ENV COIN=BitcoinSV