From bff97a4c4f59be3a607a84859afca0c2b18dd544 Mon Sep 17 00:00:00 2001 From: ZhangXushuo <3508242435.com> Date: Tue, 31 Oct 2023 19:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9DokcerFile2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- february-file-common/pom.xml | 3 +-- february-file-remote/pom.xml | 3 +-- february-file-server/pom.xml | 4 ++-- pom.xml | 8 ++++++++ 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4d674b0..e0c36cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ EXPOSE 9300 VOLUME /home/logs/february-file # 构建复制外部文件到dcoker内部 -COPY february-file-server/target/february-file-server.jar /home/app.jar +COPY /february-file-server/target/february-file-server.jar /home/app.jar # 工作目录 exec -it 进来就是默认这个目录 WORKDIR /home diff --git a/february-file-common/pom.xml b/february-file-common/pom.xml index 5f7866a..cda8c2c 100644 --- a/february-file-common/pom.xml +++ b/february-file-common/pom.xml @@ -5,9 +5,8 @@ 4.0.0 com.february - february-modules + february-modules-file 3.6.3 - ../../pom.xml february-file-common diff --git a/february-file-remote/pom.xml b/february-file-remote/pom.xml index 6b883f6..5238feb 100644 --- a/february-file-remote/pom.xml +++ b/february-file-remote/pom.xml @@ -5,9 +5,8 @@ 4.0.0 com.february - february-modules + february-modules-file 3.6.3 - ../../pom.xml february-file-remote diff --git a/february-file-server/pom.xml b/february-file-server/pom.xml index d2a6df2..7d4b9e1 100644 --- a/february-file-server/pom.xml +++ b/february-file-server/pom.xml @@ -5,13 +5,13 @@ 4.0.0 com.february - february-modules + february-modules-file 3.6.3 - pom.xml february-file-server + 20 20 diff --git a/pom.xml b/pom.xml index fc9fdfc..5a8283d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,14 @@ 3.6.3 february-modules-file + pom + + + february-file-server + february-file-remote + february-file-common + + february-modules-file文件服务