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