prismarine-web-client-mirror/.gitpod.DockerFile

8 lines
203 B
Text
Raw Normal View History

2021-02-27 16:27:59 -05:00
FROM gitpod/workspace-full:latest
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