mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-08 05:07:40 +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
|
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
|
||||||
|
|
||||||
|
ENV TZ=Asia/Shanghai
|
||||||
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
|
||||||
ADD dbswitch-release.tar.gz /
|
ADD dbswitch-release.tar.gz /
|
||||||
|
|
||||||
EXPOSE 9088
|
EXPOSE 9088
|
||||||
|
Reference in New Issue
Block a user