3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00
This commit is contained in:
Jonathan 2020-10-05 14:32:03 +00:00
parent 3906d58ad6
commit ec7bf9b446
5 changed files with 4 additions and 41 deletions

2
.gitpod.Dockerfile vendored
View file

@ -11,7 +11,7 @@ RUN apt-get update \
RUN ls /etc/mysql/mysql.conf.d/
# Install our own MySQL config
COPY mysql.cnf /etc/mysql/mysql.conf.d/mysqld.cnf
COPY mysql.cnf /etc/mysql/my.cnf
# Install default-login for MySQL clients
COPY client.cnf /etc/mysql/mysql.conf.d/client.cnf