From 73d88c985e481270e4d93b83e1be3fb35ccd3cb0 Mon Sep 17 00:00:00 2001 From: gxl Date: Wed, 3 Jun 2026 19:36:32 +0800 Subject: [PATCH] 85 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffc3b3b..4ddfe48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #FROM registry.cn-zhangjiakou.aliyuncs.com/abhors/ibm-semeru-runtimes:open-17-jre -FROM registry.lovestory.cyou/library/ibm-semeru-runtimes:open-17-jre +FROM registry.lovestory.cyou:80/library/ibm-semeru-runtimes:open-17-jre COPY ./target/*.jar /opt/app.jar #暴露端口 EXPOSE 8080