From 2869c2d2536b82442412ad2c5d6bcd8d56a3872e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Tue, 8 Oct 2024 15:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=8A=A0=E8=BD=BD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Api/Dockerfile | 2 +- New_College.Api/New_College.Api.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/New_College.Api/Dockerfile b/New_College.Api/Dockerfile index 318840a..a5a24cc 100644 --- a/New_College.Api/Dockerfile +++ b/New_College.Api/Dockerfile @@ -27,7 +27,7 @@ RUN git status RUN git log -1 # 进入项目所在目录并恢复和发布项目 -WORKDIR /source/newgaokao/New_College.Api +WORKDIR /source/new_college.api RUN dotnet restore RUN dotnet publish -c release -o /app --no-restore -f net6.0 diff --git a/New_College.Api/New_College.Api.csproj b/New_College.Api/New_College.Api.csproj index 4891979..8c4ed04 100644 --- a/New_College.Api/New_College.Api.csproj +++ b/New_College.Api/New_College.Api.csproj @@ -71,7 +71,7 @@ - Never + Always