Refactored project paths

This commit is contained in:
Khwezi Mngoma
2026-06-05 23:36:09 +02:00
parent 5289181ad6
commit f88847148e
3 changed files with 6 additions and 9 deletions
@@ -11,7 +11,7 @@ COPY ["src/LiteCharmsSecurity.Admin.EntityFramework.Shared/LiteCharmsSecurity.Ad
COPY ["src/LiteCharmsSecurity.Shared/LiteCharmsSecurity.Shared.csproj", "src/LiteCharmsSecurity.Shared/"]
RUN dotnet restore -a $TARGETARCH "src/LiteCharmsSecurity.STS.Identity/LiteCharmsSecurity.STS.Identity.csproj"
COPY . .
WORKDIR "/src/src/LiteCharmsSecurity.STS.Identity"
WORKDIR "src/LiteCharmsSecurity.STS.Identity"
RUN dotnet build -a $TARGETARCH "LiteCharmsSecurity.STS.Identity.csproj" -c Release -o /app/build
FROM build AS publish