diff --git a/Dockerfile b/Dockerfile index 2793b2d..078fb94 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 setup.py install +RUN python3 -m pip install . ENV SERVICES="tcp://:50001" ENV COIN=BitcoinSV