Hopefully this will load the bashrc to clock that it has nvm?

This commit is contained in:
Greyscale 2024-08-07 11:20:37 +02:00
parent a9ece6dbe2
commit ace4aace02

View file

@ -8,7 +8,7 @@ ARG NODE_VERSION
ARG YARN_VERSION
ARG PATH="/app/node_modules/.bin:${PATH}"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
SHELL ["/bin/bash", "-o", "pipefail", "--login", "-c"]
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
RUN nvm list
RUN nvm install ${NODE_VERSION} && \