This website requires JavaScript.
Explore
Help
Register
Sign In
Three-Group
/
smart-cloud-service
Watch
1
Star
0
Fork
You've already forked smart-cloud-service
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
780c2cf369
smart-cloud-service
/
docker
/
mysql
/
dockerfile
8 lines
117 B
Plaintext
Raw
Blame
History
# 基础镜像
FROM mysql:5.7
# author
MAINTAINER etl
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/
Reference in New Issue
View Git Blame
Copy Permalink