Blame view

jeecg-boot/db/Dockerfile 314 Bytes
1
2
3
4
5
6
7
8
FROM mysql:8.0.19

MAINTAINER jeecgos@163.com

ENV TZ=Asia/Shanghai

RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
9
10
COPY ./tables_nacos.sql /docker-entrypoint-initdb.d
11
12
13
COPY ./jeecgboot-mysql-5.7.sql /docker-entrypoint-initdb.d

COPY ./tables_xxl_job.sql /docker-entrypoint-initdb.d