From f5852beda1267b1f3b20ff1ee0c77749fd7d5ebe Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 17 Sep 2024 18:21:52 -0400 Subject: [PATCH] Updated install command --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e2edbf..f6ea900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,7 @@ RUN pip3 install multidict aiohttp pylru rocksdb3 RUN git clone -b $VERSION https://github.com/spesmilo/electrumx.git -RUN cd electrumx && ls - -RUN pip3 install . +RUN cd electrumx && pip3 install . ENV SERVICES="tcp://:50001" ENV COIN=BitcoinSV