This commit is contained in:
alirehmani
2024-05-06 13:15:47 +05:00
parent 3566864641
commit bde5cfce32

View File

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