Updated install command
Some checks failed
Build / build (push) Failing after 2m59s

This commit is contained in:
2024-09-17 18:21:52 -04:00
parent b309413605
commit f5852beda1

View File

@@ -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