This commit is contained in:
alirehmani
2024-05-06 13:17:22 +05:00
parent bde5cfce32
commit 996b715c64

View File

@@ -33,7 +33,7 @@ WORKDIR "/src/Managing.Api"
#RUN ls -la /buildapp
RUN dotnet build "Managing.Api.csproj" -c Release -o /app/build
RUN dotnet build "/buildapp/Managing.Api/Managing.Api.csproj" -c Release -o /app/build
# FROM build AS publish
# RUN dotnet publish "Managing.Api.csproj" -c Release -o /app/publish