From b7f853d84fcc9679f1d9dc000884b766faaa9602 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Mon, 4 Aug 2025 02:42:28 +0800 Subject: [PATCH] :hammer: Trying to fix build... --- DysonNetwork.Sphere/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/DysonNetwork.Sphere/Dockerfile b/DysonNetwork.Sphere/Dockerfile index 7378163..5bdd32a 100644 --- a/DysonNetwork.Sphere/Dockerfile +++ b/DysonNetwork.Sphere/Dockerfile @@ -58,6 +58,7 @@ RUN dotnet build "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/bu FROM build AS publish ARG BUILD_CONFIGURATION=Release # Ensure the target directory for localized resources exists +RUN rm -rf /src/DysonNetwork.Pass/Client RUN mkdir -p /app/publish/zh-Hans RUN dotnet publish "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false