This commit is contained in:
xyy
2026-03-19 10:22:07 +08:00
parent b2a2e2d1a7
commit c951fc9741

View File

@@ -6,7 +6,7 @@ USER $APP_UID
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
# 此阶段用于生成服务项目
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build