Merge pull request 'Removed debug code' (#15) from setup into master

Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
2026-06-06 00:45:27 +02:00
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ WORKDIR /app_source
COPY . . COPY . .
RUN --network=host dotnet restore "LiteCharmsSecurity.sln" > /tmp/error.txt 2>&1 || true RUN dotnet restore "LiteCharmsSecurity.sln"
RUN export ERR_MSG=$(cat /tmp/error.txt | head -n 5) && false $ERR_MSG
WORKDIR "/app_source/src/LiteCharmsSecurity.Admin.Api" WORKDIR "/app_source/src/LiteCharmsSecurity.Admin.Api"
RUN dotnet build "LiteCharmsSecurity.Admin.Api.csproj" -c Release -o /app/build RUN dotnet build "LiteCharmsSecurity.Admin.Api.csproj" -c Release -o /app/build
+1 -2
View File
@@ -18,8 +18,7 @@ RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm \
COPY . . COPY . .
RUN --network=host dotnet restore "LiteCharmsSecurity.sln" > /tmp/error.txt 2>&1 || true RUN dotnet restore "LiteCharmsSecurity.sln"
RUN export ERR_MSG=$(cat /tmp/error.txt | head -n 5) && false $ERR_MSG
WORKDIR "/app_source/src/LiteCharmsSecurity.Admin" WORKDIR "/app_source/src/LiteCharmsSecurity.Admin"
RUN dotnet build "LiteCharmsSecurity.Admin.csproj" -c Release -o /app/build RUN dotnet build "LiteCharmsSecurity.Admin.csproj" -c Release -o /app/build
@@ -9,8 +9,7 @@ WORKDIR /app_source
COPY . . COPY . .
RUN --network=host dotnet restore "LiteCharmsSecurity.sln" > /tmp/error.txt 2>&1 || true RUN dotnet restore "LiteCharmsSecurity.sln"
RUN export ERR_MSG=$(cat /tmp/error.txt | head -n 5) && false $ERR_MSG
WORKDIR "/app_source/src/LiteCharmsSecurity.STS.Identity" WORKDIR "/app_source/src/LiteCharmsSecurity.STS.Identity"
RUN dotnet build "LiteCharmsSecurity.STS.Identity.csproj" -c Release -o /app/build RUN dotnet build "LiteCharmsSecurity.STS.Identity.csproj" -c Release -o /app/build