mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-14 19:25:07 -05:00
8 lines
No EOL
203 B
Docker
8 lines
No EOL
203 B
Docker
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 |