Update docker/Dockerfile.core
This commit is contained in:
parent
d3945fff7e
commit
62c423ce9c
1 changed files with 2 additions and 3 deletions
|
@ -17,15 +17,14 @@ WORKDIR /home/haveno
|
|||
|
||||
RUN set -ex && git clone https://foss.haveno.com/haveno-network/haveno-core.git
|
||||
|
||||
WORKDIR /home/haveno/haveno
|
||||
WORKDIR /home/haveno/haveno-core
|
||||
|
||||
RUN git checkout master && \
|
||||
git reset --hard
|
||||
|
||||
|
||||
RUN make clean && make skip-tests
|
||||
|
||||
WORKDIR /home/haveno/haveno
|
||||
WORKDIR /home/haveno/haveno-core
|
||||
|
||||
ENTRYPOINT [ "./haveno-seednode" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue