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