FROM mysql:8.0.25

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