Compare commits

...

2 Commits

Author SHA1 Message Date
xyy
68c529d915 Merge branch 'master' of http://101.132.182.216:3000/cgx/petwash 2026-03-19 10:22:19 +08:00
xyy
c951fc9741 2026-03-19 10:22:07 +08:00

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