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

This commit is contained in:
songo 2024-01-11 07:47:43 +00:00 committed by Gitee
commit 37668a5e5a
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