3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

test32583255555555555552838582885328

This commit is contained in:
Jonathan 2020-10-05 14:13:08 +00:00
parent 0486932fa2
commit 3906d58ad6

1
.gitpod.Dockerfile vendored
View file

@ -9,6 +9,7 @@ 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/mysql.conf.d/mysqld.cnf COPY mysql.cnf /etc/mysql/mysql.conf.d/mysqld.cnf