mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-04-01 18:45:44 -04:00
fix CI tests by setting pricenode HOME
This commit is contained in:
parent
52c7f14e4e
commit
89e3fb74f9
@ -12,6 +12,10 @@ RUN set -ex && adduser --system --group --disabled-password pricenode && \
|
||||
|
||||
USER pricenode
|
||||
|
||||
# Ensure HOME is set correctly
|
||||
ENV HOME=/home/pricenode
|
||||
ENV GRADLE_USER_HOME=$HOME/.gradle
|
||||
|
||||
RUN set -ex && git clone --recursive https://github.com/haveno-dex/haveno-pricenode.git /home/pricenode
|
||||
|
||||
WORKDIR /home/pricenode
|
||||
|
Loading…
x
Reference in New Issue
Block a user