docker-compose 微服务模式脚本优化

This commit is contained in:
zhangdaiscott
2021-03-02 19:09:39 +08:00
parent 8a287ebdfa
commit 62d785057c
2 changed files with 122 additions and 1 deletions

View File

@ -6,4 +6,6 @@ ENV TZ=Asia/Shanghai
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY ./jeecgboot-mysql-5.7.sql /docker-entrypoint-initdb.d
COPY ./jeecgboot-mysql-5.7.sql /docker-entrypoint-initdb.d
COPY ./tables_xxl_job.sql /docker-entrypoint-initdb.d