mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-12-18 02:07:28 +08:00
添加docker支持
This commit is contained in:
7
docker/mysql/dockerfile
Normal file
7
docker/mysql/dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
# 基础镜像
|
||||
FROM mysql:5.7
|
||||
# author
|
||||
MAINTAINER ruoyi
|
||||
|
||||
# 执行sql脚本
|
||||
ADD ./db/*.sql /docker-entrypoint-initdb.d/
|
||||
Reference in New Issue
Block a user