This commit is contained in:
@@ -15,7 +15,7 @@ EXPOSE 443
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
WORKDIR /src
|
||||
COPY ["Aberwyn.csproj", "."]
|
||||
COPY ["Aberwyn/Aberwyn.csproj", "."]
|
||||
RUN dotnet restore "Aberwyn.csproj"
|
||||
COPY . .
|
||||
RUN dotnet build "Aberwyn.csproj" -c Release -o /app/build
|
||||
|
||||
Reference in New Issue
Block a user