3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-17 06:47:18 +00:00
This commit is contained in:
Jonathan 2020-10-05 14:08:18 +00:00
parent 58eb6a3b74
commit d633333d7d
3 changed files with 28 additions and 1 deletions

2
.gitpod.Dockerfile vendored
View file

@ -19,7 +19,7 @@ COPY mysql-bashrc-launch.sh /etc/mysql/mysql-bashrc-launch.sh
USER gitpod
RUN echo "/etc/mariadb/mariadb-bashrc-launch.sh" >> ~/.bashrc
RUN echo "/etc/mariadb/mysql-bashrc-launch.sh" >> ~/.bashrc
RUN bash -c ". .nvm/nvm.sh \
&& nvm install 14 \