From 38c76c5c38f55a2c73e8ff1d8eb1d00c150e9d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E5=BB=BA=E4=B8=9C?= <617601767@qq.com> Date: Sat, 9 Mar 2024 14:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hadoop/ZKLT.Hadoop.API/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Hadoop/ZKLT.Hadoop.API/Dockerfile b/Hadoop/ZKLT.Hadoop.API/Dockerfile index a4e2d3d..5851645 100644 --- a/Hadoop/ZKLT.Hadoop.API/Dockerfile +++ b/Hadoop/ZKLT.Hadoop.API/Dockerfile @@ -1,6 +1,7 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" >/etc/timezone USER app WORKDIR /app EXPOSE 8080