docker 添加默认时区

This commit is contained in:
shikong 2023-09-22 08:41:43 +08:00
parent 6c619f6605
commit bff7ad1b37

View File

@ -3,6 +3,7 @@ FROM eclipse-temurin:17-jre-focal
MAINTAINER Shikong <919411476@qq.com>
ENV HOME_PATH /opt/gb28181-docking-platform-wvp-proxy/
ENV TZ Asia/Shanghai
RUN mkdir -p $HOME_PATH
WORKDIR $HOME_PATH