Dockerfile 111 B

1234
  1. FROM mysql/mysql-server:5.7.12
  2. ADD my.cnf /etc/my.cnf
  3. ADD init-db.sql /docker-entrypoint-initdb.d/init-db.sql