dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!228 修复账户解锁接口请求路径错误的问题 Merge pull request !228 from Rain/N/A
若依
2022-08-09
537105b2a94746a8ed86a1680cb54ede17f87b55
[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/