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