From 789135eea8d74245df484ae20959b3cd96fe3ed0 Mon Sep 17 00:00:00 2001 From: yanlongqi Date: Sat, 28 Dec 2024 19:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=A7=86=E9=A2=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E7=9A=84=E6=8E=A5=E5=8F=A3?= 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 3b7420f..858c296 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.yuchat.top/openjdk:21-jdk -MAINTAINER yuchat@163.com +LABEL maintainer="yuchat@163.com" ADD target/*.jar /usr/local/app.jar