From ae35812783bd3125f83a4a3d6b7c9830da2b7635 Mon Sep 17 00:00:00 2001 From: zpc Date: Sat, 7 Dec 2024 02:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CloudGaming/Api/CloudGaming.ExtApi/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/CloudGaming/Api/CloudGaming.ExtApi/Dockerfile b/src/CloudGaming/Api/CloudGaming.ExtApi/Dockerfile index 9a479b6..782e2a1 100644 --- a/src/CloudGaming/Api/CloudGaming.ExtApi/Dockerfile +++ b/src/CloudGaming/Api/CloudGaming.ExtApi/Dockerfile @@ -2,12 +2,6 @@ # 此阶段用于在快速模式(默认为调试配置)下从 VS 运行时 FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base -# 设置时区为北京时间 -RUN apt-get update && apt-get install -y tzdata && \ - ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \ - echo "Asia/Shanghai" > /etc/timezone && \ - dpkg-reconfigure -f noninteractive tzdata && \ - apt-get clean && rm -rf /var/lib/apt/lists/* USER $APP_UID WORKDIR /app EXPOSE 80