FROM mysql:latest ENV MYSQL_RANDOM_ROOT_PASSWORD=1 COPY docker/mysql/scripts /docker-entrypoint-initdb.d/ CMD ["mysqld"]