mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-05-02 14:46:25 -04:00
document running local network with docker
This commit is contained in:
parent
35a66e72bd
commit
70f8c51d07
3 changed files with 25 additions and 4 deletions
|
@ -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" ]
|
||||
|
|
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue