dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
!83 【轻量级PR】RuoYiFileApplication 重命名为RuoYiFileApplication Merge pull request...
若依
2021-07-17
8b23c97fdb15cd2f49c33ac4b9c5f5d367f24593
[~fuyongxin/sgd.git]
/
docker
/
mysql
/
dockerfile
1
2
3
4
5
6
7
# 基础镜像
FROM mysql:5.7
# author
MAINTAINER ruoyi
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/