dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!118 update ruoyi-common/ruoyi-common-log/src/main/java/com/ruoyi/common/lo...
若依
2021-11-16
aa2821a19db2e004421e607902a1ef2ee214f5f4
[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/