mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Merge pull request #6900 from alvasw/seednode_remove_old_dockerfile
seednode: Remove old Dockerfile
This commit is contained in:
commit
8f1272a383
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
FROM azul/zulu-openjdk:11.0.20-11.66.15 as build
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install git -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN git config --global advice.detachedHead false \
|
||||
&& git clone --depth 1 --branch v1.9.13 https://github.com/bisq-network/bisq.git
|
||||
|
||||
WORKDIR /bisq
|
||||
RUN ./gradlew seednode:distTar
|
||||
|
||||
FROM azul/zulu-openjdk:11.0.20-11.66.15
|
||||
|
||||
COPY --from=build /bisq/bisq/seednode/build/distributions/seednode.tar /
|
||||
RUN tar xvf /seednode.tar
|
||||
|
||||
ENTRYPOINT ["bash", "/seednode/bin/seednode"]
|
Loading…
Add table
Reference in a new issue