mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2026-01-13 07:05:36 +08:00
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
# 基础镜像
|
|
FROM mysql:5.7
|
|
# author
|
|
MAINTAINER ruoyi
|
|
|
|
# 执行sql脚本
|
|
ADD ./db/*.sql /docker-entrypoint-initdb.d/
|