mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-08 07:22:21 +08:00
chore: update docker files for root directory files
This commit is contained in:
parent
8568a89432
commit
93428042d2
@ -14,6 +14,10 @@ RUN dotnet restore ./ApiGateway/src/ApiGateway.csproj
|
|||||||
COPY ./src/BuildingBlocks ./BuildingBlocks/
|
COPY ./src/BuildingBlocks ./BuildingBlocks/
|
||||||
COPY ./src/ApiGateway/src ./ApiGateway/src/
|
COPY ./src/ApiGateway/src ./ApiGateway/src/
|
||||||
|
|
||||||
|
COPY ./.editorconfig ./
|
||||||
|
COPY ./global.json ./
|
||||||
|
COPY ./Directory.Build.props ./
|
||||||
|
|
||||||
# Build project with Release configuration
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,10 @@ RUN --mount=type=cache,id=gateway_nuget,target=/root/.nuget/packages \
|
|||||||
COPY ./src/BuildingBlocks ./BuildingBlocks/
|
COPY ./src/BuildingBlocks ./BuildingBlocks/
|
||||||
COPY ./src/ApiGateway/src ./ApiGateway/src/
|
COPY ./src/ApiGateway/src ./ApiGateway/src/
|
||||||
|
|
||||||
|
COPY ./.editorconfig ./
|
||||||
|
COPY ./global.json ./
|
||||||
|
COPY ./Directory.Build.props ./
|
||||||
|
|
||||||
# Build project with Release configuration
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
|
|||||||
COPY ./src/Services/Booking/src/Booking/ ./Services/Booking/src/Booking/
|
COPY ./src/Services/Booking/src/Booking/ ./Services/Booking/src/Booking/
|
||||||
COPY ./src/Services/Booking/src/Booking.Api/ ./Services/Booking/src/Booking.Api/
|
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
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
|
|||||||
COPY ./src/Services/Booking/src/Booking/ ./Services/Booking/src/Booking/
|
COPY ./src/Services/Booking/src/Booking/ ./Services/Booking/src/Booking/
|
||||||
COPY ./src/Services/Booking/src/Booking.Api/ ./Services/Booking/src/Booking.Api/
|
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
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
|
|||||||
COPY ./src/Services/Flight/src/Flight/ ./Services/Flight/src/Flight/
|
COPY ./src/Services/Flight/src/Flight/ ./Services/Flight/src/Flight/
|
||||||
COPY ./src/Services/Flight/src/Flight.Api/ ./Services/Flight/src/Flight.Api/
|
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
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
|
|||||||
COPY ./src/Services/Flight/src/Flight/ ./Services/Flight/src/Flight/
|
COPY ./src/Services/Flight/src/Flight/ ./Services/Flight/src/Flight/
|
||||||
COPY ./src/Services/Flight/src/Flight.Api/ ./Services/Flight/src/Flight.Api/
|
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
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -14,6 +14,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
|
|||||||
COPY ./src/Services/Identity/src/Identity/ ./Services/Identity/src/Identity/
|
COPY ./src/Services/Identity/src/Identity/ ./Services/Identity/src/Identity/
|
||||||
COPY ./src/Services/Identity/src/Identity.Api/ ./Services/Identity/src/Identity.Api/
|
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
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
|
|||||||
COPY ./src/Services/Identity/src/Identity/ ./Services/Identity/src/Identity/
|
COPY ./src/Services/Identity/src/Identity/ ./Services/Identity/src/Identity/
|
||||||
COPY ./src/Services/Identity/src/Identity.Api/ ./Services/Identity/src/Identity.Api/
|
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
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
|
|||||||
COPY ./src/Services/Passenger/src/Passenger/ ./Services/Passenger/src/Passenger/
|
COPY ./src/Services/Passenger/src/Passenger/ ./Services/Passenger/src/Passenger/
|
||||||
COPY ./src/Services/Passenger/src/Passenger.Api/ ./Services/Passenger/src/Passenger.Api/
|
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
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,10 @@ COPY ./src/BuildingBlocks ./BuildingBlocks/
|
|||||||
COPY ./src/Services/Passenger/src/Passenger/ ./Services/Passenger/src/Passenger/
|
COPY ./src/Services/Passenger/src/Passenger/ ./Services/Passenger/src/Passenger/
|
||||||
COPY ./src/Services/Passenger/src/Passenger.Api/ ./Services/Passenger/src/Passenger.Api/
|
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
|
# Build project with Release configuration
|
||||||
# and no restore, as we did it already
|
# and no restore, as we did it already
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user