dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
!199 简化逻辑判断 Merge pull request !199 from 光速蜗牛/master
若依
2022-06-13
17246d8a27382d9f757ee4f465ab2371dba72e3e
[~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/