mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-28 08:36:20 +00:00
Update copy directory for my.cnf
Signed-off-by: Jue Wang <wang.jue@intel.com>
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ VOLUME /var/lib/mysql
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
COPY my.cnf /etc/mariadb/
|
||||
COPY my.cnf /usr/share/defaults/mariadb//my.cnf.d/my.cnf
|
||||
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user