Fixed solution file name typo
This commit is contained in:
@@ -9,7 +9,7 @@ WORKDIR /app_source
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN dotnet restore "LiteCharmsSecurity.sln"
|
||||
RUN dotnet restore "LiteCharmsSecurity.AdminUI.sln"
|
||||
|
||||
WORKDIR "/app_source/src/LiteCharmsSecurity.STS.Identity"
|
||||
RUN dotnet build "LiteCharmsSecurity.STS.Identity.csproj" -c Release -o /app/build
|
||||
|
||||
Reference in New Issue
Block a user