1
13693261870
2024-08-17 9278e53f00c43b8cf8218538c843e016464b8840
1
2
3
4
5
6
7
# 基础镜像
FROM mysql:5.7
# author
MAINTAINER se
 
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/