Browse Source

odering.api dockerfile.develop

pull/1004/head
eiximenis 6 years ago
parent
commit
cfc1df7c56
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Services/Ordering/Ordering.API/Dockerfile.develop

+ 0
- 1
src/Services/Ordering/Ordering.API/Dockerfile.develop View File

@ -5,7 +5,6 @@ ENV DOTNET_USE_POLLING_FILE_WATCHER=true
EXPOSE 80
WORKDIR /src
COPY ["Ordering.API.csproj", "./"]
COPY ["src/BuildingBlocks/EventBus/EventBus/EventBus.csproj", "src/BuildingBlocks/EventBus/EventBus/"]
COPY ["src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj", "src/BuildingBlocks/EventBus/EventBusRabbitMQ/"]
COPY ["src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj", "src/BuildingBlocks/EventBus/EventBusServiceBus/"]


Loading…
Cancel
Save