提交修改
This commit is contained in:
parent
72435fbaf3
commit
5f5f17761c
@ -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
|
||||
# 创建目录
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user