You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
119 B

пре 2 недеља
  1. # 基础镜像
  2. FROM mysql:5.7
  3. # author
  4. MAINTAINER ruoyi
  5. # 执行sql脚本
  6. ADD ./db/*.sql /docker-entrypoint-initdb.d/