document running local network with docker

This commit is contained in:
woodser 2023-09-11 08:58:37 -04:00
parent 35a66e72bd
commit 70f8c51d07
3 changed files with 25 additions and 4 deletions

View file

@ -16,6 +16,8 @@ RUN set -ex && git clone https://github.com/haveno-dex/haveno.git /home/haveno/h
WORKDIR /home/haveno/haveno
RUN set -ex && git fetch origin && git checkout origin/master
RUN set -ex && make skip-tests
ENTRYPOINT [ "./haveno-daemon" ]

View file

@ -16,6 +16,8 @@ RUN set -ex && git clone --recursive https://github.com/haveno-dex/haveno-pricen
WORKDIR /home/pricenode
RUN set -ex && git fetch origin && git checkout origin/main
RUN ./gradlew clean build -x test
ENTRYPOINT [ "./haveno-pricenode" ]