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:04:39 +00:00
parent 943334083b
commit 58eb6a3b74

2
.gitpod.Dockerfile vendored
View file

@ -7,7 +7,7 @@ RUN apt-get update \
&& apt-get install -y mariadb-server \ && apt-get install -y mariadb-server \
&& apt-get clean && rm -rf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* \ && apt-get clean && rm -rf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* \
&& mkdir /var/run/mysqld \ && mkdir /var/run/mysqld \
&& chown -R gitpod:gitpod /etc/mysql /var/run/mysqld /var/log/mysql /var/lib/mysql /var/lib/mysql-files /var/lib/mysql-keyring /var/lib/mysql-upgrade && chown -R gitpod:gitpod /etc/mysql /var/run/mysqld /var/log/mysql /var/lib/mysql
# 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