dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
update ruoyi-gateway/src/main/java/com/ruoyi/gateway/service/impl/ValidateC...
PowderSnow
2024-05-13
af8d62e5e20b8a8d131bdf326b7d2304d0a96b88
[~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/