From 01362338b09adc574ae0fa0f548d748cc50c5e46 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 5 Oct 2020 14:34:30 +0000 Subject: [PATCH] test --- .gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index c5975f50..944f5780 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update \ COPY mysql.cnf /etc/mysql/my.cnf # 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