From 6976513411139cceab232f04a9bb95ef5edbda4d Mon Sep 17 00:00:00 2001 From: Hzbb Date: Sun, 27 Oct 2024 15:42:48 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= 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 a443ab6..282117a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ EXPOSE 8080 RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&\ echo 'Asia/Shanghai' >/etc/timezone -COPY app / +COPY target/*.jar /app/app.jar WORKDIR /app