Ensure v20 gets installed and used
This commit is contained in:
parent
202babe039
commit
140cda6075
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN touch "${BASH_ENV}"
|
|||
|
||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | PROFILE="${BASH_ENV}" bash
|
||||
RUN echo node > /root/.nvmrc
|
||||
RUN nvm install node && nvm install 20 && nvm use 20
|
||||
|
||||
WORKDIR /app
|
||||
RUN git clone https://github.com/janoside/btc-rpc-explorer explorer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue