use gradlew wrapper in docker

This commit is contained in:
woodser 2023-02-16 18:51:36 -05:00
parent 3ddde6e671
commit 984fbc50cd

View File

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