2
0
Files
be.wfc/docker/mysql/dockerfile
2024-11-14 18:55:56 +08:00

8 lines
117 B
Plaintext

# 基础镜像
FROM mysql:5.7
# author
MAINTAINER wfc
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/