!82 set timezone for image

* set timezone for image
This commit is contained in:
inrgihc
2022-03-06 03:50:34 +00:00
parent 2099990413
commit ad988f10e1

View File

@@ -1,5 +1,8 @@
FROM openjdk:8-jre-alpine
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ADD dbswitch-release.tar.gz /
EXPOSE 9088