dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化页面内嵌iframe切换tab不刷新数据
RuoYi
2022-08-23
52d50e4e47f95aecee2c426e25255e4cada2a33d
[~fuyongxin/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/