Pre Merge pull request !103 from songo/N/A

pull/103/MERGE
songo 2025-03-10 03:45:37 +00:00 committed by Gitee
commit 968bb8a11f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ MAINTAINER ruoyi
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/
# 增加执行权限解决启动mysql容器后不自动执行sql脚本的问题
RUN chmod a+x /docker-entrypoint-initdb.d