RuoYi-Cloud/docker/mysql/dockerfile

8 lines
118 B
Plaintext
Raw Normal View History

2021-09-25 01:40:52 +08:00
# 基础镜像
FROM mysql:5.7
# author
MAINTAINER lynn
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/