Ensure v20 gets installed and used

This commit is contained in:
zontreck 2025-02-09 21:11:17 -07:00
parent 202babe039
commit 140cda6075

View file

@ -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