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
+1 -1
View File
@@ -13,7 +13,7 @@ COPY ["src/LiteCharmsSecurity.Shared/LiteCharmsSecurity.Shared.csproj", "src/Lit
COPY ["src/LiteCharmsSecurity.Admin.EntityFramework.PostgreSQL/LiteCharmsSecurity.Admin.EntityFramework.PostgreSQL.csproj", "src/LiteCharmsSecurity.Admin.EntityFramework.PostgreSQL/"]
RUN dotnet restore -a $TARGETARCH "src/LiteCharmsSecurity.Admin.Api/LiteCharmsSecurity.Admin.Api.csproj"
COPY . .
WORKDIR "/src/src/LiteCharmsSecurity.Admin.Api"
WORKDIR "src/LiteCharmsSecurity.Admin.Api"
RUN dotnet build -a $TARGETARCH "LiteCharmsSecurity.Admin.Api.csproj" -c Release -o /app/build
FROM build AS publish