# 基础镜像
FROM registry.t-aaron.com/mysql:8.0
# author
MAINTAINER ruoyi
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/