dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!164 fix_bug 修复遗漏的拼写错误 Merge pull request !164 from 董浩然/fix_bug
若依
2022-03-09
14cd3e2c6a22d298778cdf55c55dd8fcc1fa97c6
[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/