dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
topNav自定义隐藏侧边栏路由
RuoYi
2022-03-30
a70d5ee2ab94d2796c27964093a49ff7b57ba0d9
[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/