mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-07 20:57:48 +00:00
set timezone for image
This commit is contained in:
@@ -9,6 +9,9 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
ADD dbswitch-release.tar.gz /
|
||||
|
||||
EXPOSE 9088
|
||||
|
Reference in New Issue
Block a user