From c3e4130548403737ae4a7e19fc4da63f559de2e8 Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 4 Sep 2024 03:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/2-api/HuanMeng.MiaoYu.WebPayApi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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