This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
lihao16
/
ruoyi-cloud
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
pub
Ramuri
Etichete
master
pub
ruoyi-cloud
/
docker
/
mysql
/
dockerfile
dockerfile
124 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
# 基础镜像
FROM mysql:5.7
# author
MAINTAINER pub
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/