调整dockerfile

This commit is contained in:
akun 2024-05-11 17:47:25 +08:00
parent 12c3da31ab
commit c9c96a7a6e

View File

@ -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