This commit is contained in:
alirehmani
2024-05-03 22:42:46 +05:00
parent ccefd2df54
commit 9a775897a1

View File

@@ -25,6 +25,7 @@ RUN dotnet restore "./Managing.Api/Managing.Api.csproj"
COPY . .
WORKDIR "/src/Managing.Api"
RUN pwd
RUN dotnet build "./Managing.Api.csproj" -c Release -o /app/build
# FROM build AS publish