Skip to content

Commit

Permalink
Remove NVM
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed May 14, 2022
1 parent c1e80dd commit 7224d07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ ADD . /tcd/
RUN git config --global url."https://".insteadOf git://

# Install our node/python requirements
RUN nvm use
RUN pip install pipenv
RUN pipenv install --system --deploy
RUN npm ci --only=production
Expand Down

0 comments on commit 7224d07

Please sign in to comment.