From 43888be89fd8ded3bbb0418daa83c0fc2b1058a5 Mon Sep 17 00:00:00 2001 From: xiaolipro <2357729423@qq.com> Date: Sun, 5 Jan 2025 20:58:14 +0800 Subject: [PATCH] 1 --- src/InterfaceForward.Api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InterfaceForward.Api/Dockerfile b/src/InterfaceForward.Api/Dockerfile index cd4a356..f0d4a58 100644 --- a/src/InterfaceForward.Api/Dockerfile +++ b/src/InterfaceForward.Api/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY . /src RUN dotnet restore "src/InterfaceForward.Api/InterfaceForward.Api.csproj" -WORKDIR "/src/InterfaceForward.Api" +WORKDIR "/src/src/InterfaceForward.Api" RUN dotnet build "InterfaceForward.Api.csproj" -c $BUILD_CONFIGURATION -o /app/build FROM base AS publish