docker 添加默认时区

This commit is contained in:
shikong 2023-09-22 08:39:32 +08:00
parent eedf0718d2
commit e6485c33c3

View File

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