Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN dotnet publish backend/src/ForgeX.Api/ForgeX.Api.csproj \
-m:1 \
-nr:false

FROM mcr.microsoft.com/dotnet/aspnet:10.0.10-alpine3.23 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:10.0.11-alpine3.23 AS runtime
WORKDIR /app
# Stage 8 工作项 5:ForgeX.Api 已具备静态托管能力(StaticHosting__Enabled=1 +
# StaticHosting__Root 指向含 index.html / frontend/classic / contracts / dist/react
Expand Down
Loading