Commit 3be48e05 by shipengwei

Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo

parents e3487f4a 5e8e8896
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# 此阶段用于在快速模式(默认为调试配置)下从 VS 运行时 # 此阶段用于在快速模式(默认为调试配置)下从 VS 运行时
FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim AS base FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim AS base
USER $APP_UID #USER $APP_UID
WORKDIR /app WORKDIR /app
EXPOSE 80 EXPOSE 80
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment