合同小程序后台管理系统后端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
360 B

2 months ago
  1. FROM registry.cn-hangzhou.aliyuncs.com/jeecgdocker/mysql:8.0.19
  2. MAINTAINER jeecgos@163.com
  3. ENV TZ=Asia/Shanghai
  4. RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
  5. COPY ./tables_nacos.sql /docker-entrypoint-initdb.d
  6. COPY ./jeecgboot-mysql-5.7.sql /docker-entrypoint-initdb.d
  7. COPY ./tables_xxl_job.sql /docker-entrypoint-initdb.d