Merge branch 'main' into docs/update-documentation

This commit is contained in:
Meysam Hadeli 2025-03-15 16:55:45 +03:30 committed by GitHub
commit 5841d8c331
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ COPY ./3-Microservices-Architecture-Style/src/Services/Flight/src/Flight.Api/Fli
# Restore nuget packages
RUN dotnet restore ./Services/Flight/src/Flight.Api/Flight.Api.csproj
RUN dotnet restore ./3-Microservices-Architecture-Style/src/Services/Flight/src/Flight.Api/Flight.Api.csproj
# Copy project files
COPY ./BuildingBlocks ./BuildingBlocks/