From 4a36b30d6bc524b385c95c745ddf625cc89f0e72 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Mon, 4 Aug 2025 02:19:58 +0800 Subject: [PATCH] :bug: Fix build again... --- DysonNetwork.Sphere/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DysonNetwork.Sphere/Dockerfile b/DysonNetwork.Sphere/Dockerfile index b267753..7378163 100644 --- a/DysonNetwork.Sphere/Dockerfile +++ b/DysonNetwork.Sphere/Dockerfile @@ -59,9 +59,7 @@ FROM build AS publish ARG BUILD_CONFIGURATION=Release # Ensure the target directory for localized resources exists RUN mkdir -p /app/publish/zh-Hans -RUN dotnet publish "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/publish \ - -p:TypeScriptCompileBlocked=true \ - -p:UseRazorBuildServer=false +RUN dotnet publish "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false # Final stage: Runtime FROM base AS final