FROM mysql:5.6

COPY ./mysql.cnf /etc/mysql/conf.d/

ENV MYSQL_ROOT_PASSWORD=qatest
ENV MYSQL_USER=qa
ENV MYSQL_PASSWORD=qatest
