Fixed install command
Some checks failed
Build / build (push) Failing after 2m36s

This commit is contained in:
2024-09-17 18:13:55 -04:00
parent 1e3410d21e
commit 02d4e81e89

View File

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