dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix 修复编辑报错 去除 NOT NULL 判断 兼容 nacos 低版本
疯狂的狮子Li
2022-05-16
2a6a74ead57a56db6a2458516a0cf0147a747e22
[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/