3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00
This commit is contained in:
Jonathan 2020-10-05 14:34:30 +00:00
parent 7a4a882f2a
commit 01362338b0

2
.gitpod.Dockerfile vendored
View file

@ -13,7 +13,7 @@ RUN apt-get update \
COPY mysql.cnf /etc/mysql/my.cnf COPY mysql.cnf /etc/mysql/my.cnf
# Install default-login for MySQL clients # Install default-login for MySQL clients
COPY client.cnf /etc/mysql/mysql.conf.d/client.cnf COPY client.cnf /etc/mysql/client.cnf
COPY mysql-bashrc-launch.sh /etc/mysql/mysql-bashrc-launch.sh COPY mysql-bashrc-launch.sh /etc/mysql/mysql-bashrc-launch.sh