From cf8cbf522963083d39584d7826c05e9d947b0f7e Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Sun, 28 Jul 2024 15:10:52 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ac4058..cd67c79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone VOLUME ["/home/logs/cloud-modules-system","/home/uploadPath"] #拷贝执行jar包文件 -COPY /home/deploy/system/target/cloud-modules-system.jar /home/app.jar +COPY ./target/cloud-modules-system.jar /home/app.jar #构建启动命令 ENTRYPOINT ["java","-jar"]