dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!197 update 优化新增用户与角色信息、用户与岗位信息逻辑 Merge pull request !197 from 疯狂的狮子Li/N/A
若依
2022-06-13
7417c1d4731aa3c804a7c9024bbc482b08a40c16
[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/