docker-compose 微服务脚本

This commit is contained in:
zhangdaiscott
2021-03-02 19:41:05 +08:00
parent 15c7ea6126
commit 26984f7be3
5 changed files with 145 additions and 19 deletions
+3 -1
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