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