Skip to content

Commit

Permalink
Hopefully this will load the bashrc to clock that it has nvm?
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed Aug 7, 2024
1 parent a9ece6d commit ace4aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} && \
Expand Down

0 comments on commit ace4aac

Please sign in to comment.