From d65d5872bb4c06b2a5b85e1b8a05aef553ce95d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=9B=B7?= <284428564@QQ.com> Date: Mon, 13 May 2024 17:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TelpoPush.Worker.ThirdSsl/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TelpoPush.Worker.ThirdSsl/Dockerfile b/TelpoPush.Worker.ThirdSsl/Dockerfile index 67d5c4e..4fbf8e5 100644 --- a/TelpoPush.Worker.ThirdSsl/Dockerfile +++ b/TelpoPush.Worker.ThirdSsl/Dockerfile @@ -29,8 +29,9 @@ RUN dotnet publish "TelpoPush.Worker.ThirdSsl.csproj" -c Release -o /app/publish FROM base AS final WORKDIR /app COPY --from=publish /app/publish . -COPY pem/app/pem +COPY pem /app/pem ENV environment=Development +RUN apk add --no-cache tzdata ENV TimeZone=Asia/Shanghai ENV LANG C.UTF-8 ENV ASPNETCORE_ENVIRONMENT_LOG=Development