diff --git a/src/ApiGateway/Dockerfile b/src/ApiGateway/Dockerfile index b3f0d4ed..0f977880 100644 --- a/src/ApiGateway/Dockerfile +++ b/src/ApiGateway/Dockerfile @@ -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 diff --git a/src/ApiGateway/dev.Dockerfile b/src/ApiGateway/dev.Dockerfile index cdf76bb1..b29a3959 100644 --- a/src/ApiGateway/dev.Dockerfile +++ b/src/ApiGateway/dev.Dockerfile @@ -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 diff --git a/src/Services/Booking/Dockerfile b/src/Services/Booking/Dockerfile index 59e02e02..5892c23d 100644 --- a/src/Services/Booking/Dockerfile +++ b/src/Services/Booking/Dockerfile @@ -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 diff --git a/src/Services/Booking/dev.Dockerfile b/src/Services/Booking/dev.Dockerfile index 829770f2..3cfc72d9 100644 --- a/src/Services/Booking/dev.Dockerfile +++ b/src/Services/Booking/dev.Dockerfile @@ -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 diff --git a/src/Services/Flight/Dockerfile b/src/Services/Flight/Dockerfile index 27ff239a..5b65e550 100644 --- a/src/Services/Flight/Dockerfile +++ b/src/Services/Flight/Dockerfile @@ -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 diff --git a/src/Services/Flight/dev.Dockerfile b/src/Services/Flight/dev.Dockerfile index cb4feb38..9cad2808 100644 --- a/src/Services/Flight/dev.Dockerfile +++ b/src/Services/Flight/dev.Dockerfile @@ -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 diff --git a/src/Services/Identity/Dockerfile b/src/Services/Identity/Dockerfile index 2efb6cfa..45d4a01a 100644 --- a/src/Services/Identity/Dockerfile +++ b/src/Services/Identity/Dockerfile @@ -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 diff --git a/src/Services/Identity/dev.Dockerfile b/src/Services/Identity/dev.Dockerfile index 80d3fb50..e70b031b 100644 --- a/src/Services/Identity/dev.Dockerfile +++ b/src/Services/Identity/dev.Dockerfile @@ -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 diff --git a/src/Services/Passenger/Dockerfile b/src/Services/Passenger/Dockerfile index c4827b8f..9fdaa86d 100644 --- a/src/Services/Passenger/Dockerfile +++ b/src/Services/Passenger/Dockerfile @@ -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 diff --git a/src/Services/Passenger/dev.Dockerfile b/src/Services/Passenger/dev.Dockerfile index 2d92fa7f..262cf265 100644 --- a/src/Services/Passenger/dev.Dockerfile +++ b/src/Services/Passenger/dev.Dockerfile @@ -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