🐛 Fix build again...

This commit is contained in:
2025-08-04 02:19:58 +08:00
parent 72b26c6a2c
commit 4a36b30d6b

View File

@@ -59,9 +59,7 @@ FROM build AS publish
ARG BUILD_CONFIGURATION=Release ARG BUILD_CONFIGURATION=Release
# Ensure the target directory for localized resources exists # Ensure the target directory for localized resources exists
RUN mkdir -p /app/publish/zh-Hans RUN mkdir -p /app/publish/zh-Hans
RUN dotnet publish "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/publish \ RUN dotnet publish "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
-p:TypeScriptCompileBlocked=true \
-p:UseRazorBuildServer=false
# Final stage: Runtime # Final stage: Runtime
FROM base AS final FROM base AS final