dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
!187 【轻量级 PR】:体验优化。用户管理左侧树型组件增加选中高亮保持。 Merge pull request !187 from Tigger_...
若依
2022-05-13
f6f07f255a67f96d5de4837e2ffd039d1f9eb10e
[~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/