提交修改

This commit is contained in:
quyixiao 2025-10-23 12:23:18 +08:00
parent 72435fbaf3
commit 5f5f17761c

View File

@ -3,6 +3,13 @@ FROM harbor.iwulin.tech/devops/openjdk11:jre-11.0.26_4
# author
MAINTAINER heyu
# 设置时区为上海(北京时间)
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 挂载目录
VOLUME /home/heyu
# 创建目录