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