From 7c585586e9bea943161676bd9d127e81123891c3 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期三, 11 十二月 2024 11:01:35 +0800
Subject: [PATCH] Merge branch 'refs/heads/master' into herb

---
 db/Dockerfile |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/db/Dockerfile b/db/Dockerfile
old mode 100644
new mode 100755
index c100268..2301d9a
--- a/db/Dockerfile
+++ b/db/Dockerfile
@@ -1,13 +1,15 @@
 FROM mysql:8.0.19
 
-MAINTAINER jeecgos@163.com
+MAINTAINER bsw
 
 ENV TZ=Asia/Shanghai
 
 RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 
-COPY ./tables_nacos.sql /docker-entrypoint-initdb.d
+COPY ./herb.sql /docker-entrypoint-initdb.d
 
-COPY ./jeecgboot-mysql-5.7.sql /docker-entrypoint-initdb.d
+COPY ./nacos.sql /docker-entrypoint-initdb.d
 
-COPY ./tables_xxl_job.sql /docker-entrypoint-initdb.d
\ No newline at end of file
+#COPY origin/jeecgboot-mysql-5.7.sql /docker-entrypoint-initdb.d
+
+#COPY origin/tables_xxl_job.sql /docker-entrypoint-initdb.d
\ No newline at end of file

--
Gitblit v1.9.3