From b8c297015e2cadb8ef4c31994c1c24e9e3c308d6 Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Mon, 17 Sep 2018 18:22:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8DDockerfile=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 7e853d17..20c30f0b 100644 --- a/start.sh +++ b/start.sh @@ -7,6 +7,6 @@ if [ ! -f "/mindoc/conf/app.conf" ] ; then cp /mindoc/conf/app.conf.example /mindoc/conf/app.conf fi - +export ZONEINFO=/mindoc/lib/time/zoneinfo.zip /mindoc/mindoc_linux_amd64 install /mindoc/mindoc_linux_amd64 \ No newline at end of file