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:33:26 +00:00
parent ec7bf9b446
commit 7a4a882f2a

1
.gitpod.Dockerfile vendored
View file

@ -9,7 +9,6 @@ RUN apt-get update \
&& mkdir /var/run/mysqld \ && mkdir /var/run/mysqld \
&& chown -R gitpod:gitpod /etc/mysql /var/run/mysqld /var/log/mysql /var/lib/mysql && chown -R gitpod:gitpod /etc/mysql /var/run/mysqld /var/log/mysql /var/lib/mysql
RUN ls /etc/mysql/mysql.conf.d/
# Install our own MySQL config # Install our own MySQL config
COPY mysql.cnf /etc/mysql/my.cnf COPY mysql.cnf /etc/mysql/my.cnf