Browse Source

added arg for sphinx keysend

feature/dockerfile-arm
Gonzalo Javier Aune 5 years ago
parent
commit
7bf732acf6
  1. 5
      Dockerfile

5
Dockerfile

@ -69,7 +69,10 @@ COPY ./docker/lnd.conf.sample /relay/.lnd/lnd.conf
RUN git clone https://github.com/stakwork/sphinx-keysend-test/ /sphinx-keysend/
WORKDIR /sphinx-keysend/
RUN git checkout binary
ARG sphinx_keysend_checkout="binary"
RUN git checkout $sphinx_keysend_checkout
RUN npm install
WORKDIR /relay/

Loading…
Cancel
Save