diff --git a/DysonNetwork.Sphere/Dockerfile b/DysonNetwork.Sphere/Dockerfile index 5fcc394..b267753 100644 --- a/DysonNetwork.Sphere/Dockerfile +++ b/DysonNetwork.Sphere/Dockerfile @@ -61,8 +61,7 @@ ARG BUILD_CONFIGURATION=Release 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 \ - /p:UseAppHost=false + -p:UseRazorBuildServer=false # Final stage: Runtime FROM base AS final