diff --git a/src/2-api/HuanMeng.MiaoYu.WebPayApi/Dockerfile b/src/2-api/HuanMeng.MiaoYu.WebPayApi/Dockerfile index 25bdf3e..d989d2c 100644 --- a/src/2-api/HuanMeng.MiaoYu.WebPayApi/Dockerfile +++ b/src/2-api/HuanMeng.MiaoYu.WebPayApi/Dockerfile @@ -1,7 +1,7 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base -USER app +# USER app WORKDIR /app/disk EXPOSE 80