docker镜像地址
This commit is contained in:
parent
3af6a24569
commit
a09b9f1372
@ -1,5 +1,4 @@
|
|||||||
From registry.cn-chengdu.aliyuncs.com/wyxz/zulu-openjdk-alpine:21
|
FROM openjdk:17
|
||||||
#FROM openjdk:17
|
|
||||||
# 复制jar文件到路径
|
# 复制jar文件到路径
|
||||||
COPY sf-vertx/target/sf-vertx.jar /usr/local/sf-vertx.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
|
RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user