This commit is contained in:
zpc 2025-08-17 16:08:59 +08:00
parent ff9fe19e41
commit 6d69c66e06

View File

@ -4,7 +4,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble AS base
USER $APP_UID
WORKDIR /app
EXPOSE 8080
EXPOSE 80
# 此阶段用于生成服务项目