mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-22 06:29:00 -04:00
fix CI tests by setting pricenode HOME
This commit is contained in:
parent
52c7f14e4e
commit
9ca83478b7
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue