2025-09-28 20:42:16 +08:00

6 lines
93 B
Plaintext

# 基础镜像
FROM mysql:5.7
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/