diff --git a/build-docker/dbswitch/Dockerfile b/build-docker/dbswitch/Dockerfile index f0c15e9f..614741bf 100644 --- a/build-docker/dbswitch/Dockerfile +++ b/build-docker/dbswitch/Dockerfile @@ -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