mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
# 基础镜像
|
|
FROM mysql:5.7
|
|
|
|
# 执行sql脚本
|
|
ADD ./db/*.sql /docker-entrypoint-initdb.d/ |