Files
saas-houduan/docker/mysql/dockerfile
T

8 lines
121 B
Docker
Raw Normal View History

2025-08-11 18:46:44 +08:00
# 基础镜像
FROM mysql:5.7
# author
2025-11-24 16:19:09 +08:00
MAINTAINER tongran
2025-08-11 18:46:44 +08:00
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/