From a5ed1c89820cf5dcc85aac19480ef182f32f4897 Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Sun, 28 Jul 2024 14:58:44 +0800 Subject: [PATCH] =?UTF-8?q?Dockerfile=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8854205..7ac4058 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone # 挂在工作目录 You,Moments ago · Uncommitted changes -VOLUME ["/home/logs/cloud-system","/home/uploadPath"] +VOLUME ["/home/logs/cloud-modules-system","/home/uploadPath"] #拷贝执行jar包文件 COPY /home/deploy/system/target/cloud-modules-system.jar /home/app.jar diff --git a/pom.xml b/pom.xml index 2a10bc9..bda7b12 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - cloud-system + cloud-modules-system 1.0.0 cloud-modules-system系统模块