From 36bab0860509e63c11fcb2d4b853c5e411b112e3 Mon Sep 17 00:00:00 2001 From: gxl Date: Tue, 2 Jun 2026 15:46:24 +0800 Subject: [PATCH] 3 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c6e1fa..13466a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -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