From f4297482ed58592f1492fd6239c03a55bd105e0e Mon Sep 17 00:00:00 2001 From: huangjin <huangjin@lucahealthcare.com> Date: Fri, 30 Aug 2024 17:58:39 +0800 Subject: [PATCH] =?UTF-8?q?docker=20=E8=B7=AF=E5=BE=84?= 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 3e7af98..b9152a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.cn-zhangjiakou.aliyuncs.com/lucahealthcare/openjdk:11 WORKDIR /app -COPY ai-chat-pilot/target/*SNAPSHOT.jar app.jar +COPY target/*SNAPSHOT.jar app.jar COPY /skywalking/ skywalking/ EXPOSE 8080 -- GitLab