FROM mysql:5.7

COPY conf.d/app.cnf /etc/mysql/conf.d/app.cnf
RUN chmod -R 0444 /etc/mysql/conf.d/app.cnf
