From 33cb44cc709b281a0f94c013bf61b58a35920ce9 Mon Sep 17 00:00:00 2001 From: lucas Date: Wed, 22 Jan 2025 14:06:34 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile_app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile_app b/build/Dockerfile_app index 2eb3a81..aef307b 100644 --- a/build/Dockerfile_app +++ b/build/Dockerfile_app @@ -2,7 +2,7 @@ FROM registry.ngaiot.com/k8s/alpine-glibc:3.20 ENV TZ=Asia/Shanghai RUN ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime \ - && echo ${TZ} > /etc/timezone \ + && echo ${TZ} > /etc/timezone WORKDIR /app/ COPY *.exe configFiles /app/ #河北轻量化专用