Dockerfile

master
刘武 2024-08-18 20:01:20 +08:00
parent 920ea967ec
commit 854d5f00a4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ ENV TZ=Asia/Shanghai
#设置时区 #设置时区
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
#挂载工作目录 #挂载工作目录
VOLUME ["/home/logs/cloud-modules-system" ] VOLUME ["/home/logs/cloud-modules-system" ]