Update python install command
Some checks failed
Build / build (push) Failing after 3m45s

This commit is contained in:
2024-09-15 22:25:56 -04:00
parent e6d39f7dd2
commit 1e3410d21e

View File

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