From 3483d81657b94082af9b96df927026061f85c8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E5=A4=A9=E8=93=93?= Date: Thu, 17 May 2018 19:50:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=95=9C=E5=83=8F=E6=97=B6?= =?UTF-8?q?=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index e3b7f59..fe65604 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,10 @@ RUN git clone --depth=1 git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh ENV SHELL /bin/zsh +RUN set -x \ + ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \ + echo "Asia/Shanghai" > /etc/timezone + ADD backend/target/ide-backend.jar /root ADD backend/src/main/resources/lib /root/lib