This commit is contained in:
alirehmani
2024-05-06 13:09:06 +05:00
parent 17db359343
commit 23ec031c78

View File

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