3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

Move to nodejs 14

This commit is contained in:
Jonathan 2020-10-05 12:44:53 +00:00
parent 2b9260b167
commit 611b577d03

7
.gitpod.Dockerfile vendored
View file

@ -5,3 +5,10 @@ FROM gitpod/workspace-mysql
# RUN brew install bastet # RUN brew install bastet
# #
# More information: https://www.gitpod.io/docs/config-docker/ # More information: https://www.gitpod.io/docs/config-docker/
RUN bash -c ". .nvm/nvm.sh \
&& nvm install 14 \
&& nvm use 14 \
&& nvm alias default 14"
RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix