Edit nvm install command

This commit is contained in:
zontreck 2025-02-09 20:56:09 -07:00
parent 929a428ed1
commit facd5a565f

View file

@ -6,7 +6,7 @@ WORKDIR /root
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
RUN source /root/.nvm/nvm.sh
RUN nvm install v20
RUN nvm install node && nvm install 20
WORKDIR /app
RUN git clone https://github.com/janoside/btc-rpc-explorer explorer