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