dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复个人中心卡死或鼠标点击和键盘输入无效
Dincat
2022-08-11
d504a7df2f0c97b29a5ddebc8d46e7fbfa05fa47
[~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/