Merge pull request #305 from meysamhadeli/chore/update-dockerfiles-for-root-directory-files

chore: update docker files for root directory files
This commit is contained in:
Meysam Hadeli 2024-09-16 21:46:40 +03:30 committed by GitHub
commit b6dc2c5449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 40 additions and 0 deletions

View File

@ -14,6 +14,10 @@ RUN dotnet restore ./ApiGateway/src/ApiGateway.csproj
COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/ApiGateway/src ./ApiGateway/src/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -15,6 +15,10 @@ RUN --mount=type=cache,id=gateway_nuget,target=/root/.nuget/packages \
COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/ApiGateway/src ./ApiGateway/src/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -15,6 +15,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/Services/Booking/src/Booking/ ./Services/Booking/src/Booking/
COPY ./src/Services/Booking/src/Booking.Api/ ./Services/Booking/src/Booking.Api/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -16,6 +16,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/Services/Booking/src/Booking/ ./Services/Booking/src/Booking/
COPY ./src/Services/Booking/src/Booking.Api/ ./Services/Booking/src/Booking.Api/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -15,6 +15,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/Services/Flight/src/Flight/ ./Services/Flight/src/Flight/
COPY ./src/Services/Flight/src/Flight.Api/ ./Services/Flight/src/Flight.Api/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -16,6 +16,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/Services/Flight/src/Flight/ ./Services/Flight/src/Flight/
COPY ./src/Services/Flight/src/Flight.Api/ ./Services/Flight/src/Flight.Api/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -14,6 +14,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/Services/Identity/src/Identity/ ./Services/Identity/src/Identity/
COPY ./src/Services/Identity/src/Identity.Api/ ./Services/Identity/src/Identity.Api/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -15,6 +15,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/Services/Identity/src/Identity/ ./Services/Identity/src/Identity/
COPY ./src/Services/Identity/src/Identity.Api/ ./Services/Identity/src/Identity.Api/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -15,6 +15,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/Services/Passenger/src/Passenger/ ./Services/Passenger/src/Passenger/
COPY ./src/Services/Passenger/src/Passenger.Api/ ./Services/Passenger/src/Passenger.Api/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already

View File

@ -16,6 +16,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
COPY ./src/Services/Passenger/src/Passenger/ ./Services/Passenger/src/Passenger/
COPY ./src/Services/Passenger/src/Passenger.Api/ ./Services/Passenger/src/Passenger.Api/
COPY ./.editorconfig ./
COPY ./global.json ./
COPY ./Directory.Build.props ./
# Build project with Release configuration
# and no restore, as we did it already