From d5a85d6bda4e041b1e4f088b018a2448a65ac32c Mon Sep 17 00:00:00 2001 From: gxl Date: Wed, 3 Jun 2026 15:57:39 +0800 Subject: [PATCH] 51 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13466a8..657a676 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM registry.cn-zhangjiakou.aliyuncs.com/abhors/ibm-semeru-runtimes:open-17-jre -#FROM ibm-semeru-runtimes:open-17-jre +#FROM registry.cn-zhangjiakou.aliyuncs.com/abhors/ibm-semeru-runtimes:open-17-jre +FROM ibm-semeru-runtimes:open-17-jre COPY ./target/*.jar /opt/app.jar #暴露端口 EXPOSE 8080