Hopefully this will load the bashrc to clock that it has nvm?
This commit is contained in:
parent
a9ece6dbe2
commit
ace4aace02
1 changed files with 1 additions and 1 deletions
|
@ -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} && \
|
||||
|
|
Loading…
Reference in a new issue