Commit 8e98c94b by shipengwei

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

parents 3be48e05 c35a3264
...@@ -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 root
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