diff --git a/jero-boot/db/Dockerfile b/jero-boot/db/Dockerfile index 97cccf21..2b8f3076 100644 --- a/jero-boot/db/Dockerfile +++ b/jero-boot/db/Dockerfile @@ -8,6 +8,6 @@ RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone COPY ./tables_nacos.sql /docker-entrypoint-initdb.d -COPY jeroboot-mysql-5.7-20220417.sql /docker-entrypoint-initdb.d +COPY jeroboot-mysql-5.7.sql /docker-entrypoint-initdb.d COPY ./tables_xxl_job.sql /docker-entrypoint-initdb.d \ No newline at end of file diff --git a/jero-boot/db/jeroboot-mysql-5.7-20220417.sql b/jero-boot/db/jeroboot-mysql-5.7.sql similarity index 100% rename from jero-boot/db/jeroboot-mysql-5.7-20220417.sql rename to jero-boot/db/jeroboot-mysql-5.7.sql