From c9c96a7a6e182fc49d8351d394996e2840fbca74 Mon Sep 17 00:00:00 2001 From: akun <957746831@qq.com> Date: Sat, 11 May 2024 17:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-vertx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-vertx/Dockerfile b/sf-vertx/Dockerfile index 5796d50..1257679 100644 --- a/sf-vertx/Dockerfile +++ b/sf-vertx/Dockerfile @@ -1,5 +1,5 @@ #FROM openjdk:17 -From registry.cn-chengdu.aliyuncs.com/wyxz/zulu-openjdk-alpine:17 +FROM registry.cn-chengdu.aliyuncs.com/wyxz/zulu-openjdk-alpine:17 # 复制jar文件到路径 COPY sf-vertx/target/sf-vertx.jar /usr/local/sf-vertx.jar RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone