dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update ruoyi-ui/src/utils/zipdownload.js. BLOB下载时清除URL对象引用
ytzjf
2021-07-28
98d25fa16e4d4f61d04dc776bd161976cfa2eb2e
[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/