dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
!305 修复新增参数时判断错误的问题 Merge pull request !305 from Rain/N/A
若依
2023-02-22
20dd6d37ea83c24f303cff2fe73f01f08bfdff37
[~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/