Skip to content

Commit

Permalink
chore: Update .gitpod to use correct Node version (#37336)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
markacola and LekoArts authored Jan 5, 2023
1 parent 7a382f2 commit 04fb852
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
FROM gitpod/workspace-full

ADD .nvmrc .
RUN bash -c 'source $HOME/.nvm/nvm.sh && nvm install && nvm use'

RUN echo "nvm use &>/dev/null" >> ~/.bashrc.d/51-nvm-fix

RUN npm -g install gatsby-dev-cli

0 comments on commit 04fb852

Please sign in to comment.