FROM mysql:5.7 ENV TZ=Asia/Shanghai RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \ && echo $TZ > /etc/timezone COPY ./my.cnf /etc/mysql/my.cnf