+1
-1
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src/web
|
||||
|
||||
COPY web.csproj ./
|
||||
COPY web/web.csproj ./
|
||||
RUN dotnet restore web.csproj
|
||||
|
||||
# Copy only the web project files to avoid bringing other projects into the build context
|
||||
|
||||
Reference in New Issue
Block a user