FROM mysql LABEL authors="youyou" ENV MYSQL_ROOT_PASSWORD='passwordRoot' COPY ./init.sql /docker-entrypoint-initdb.d/ EXPOSE 3306