We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d06af commit cfc1df7Copy full SHA for cfc1df7
1 file changed
src/Services/Ordering/Ordering.API/Dockerfile.develop
@@ -5,7 +5,6 @@ ENV DOTNET_USE_POLLING_FILE_WATCHER=true
5
EXPOSE 80
6
7
WORKDIR /src
8
-COPY ["Ordering.API.csproj", "./"]
9
COPY ["src/BuildingBlocks/EventBus/EventBus/EventBus.csproj", "src/BuildingBlocks/EventBus/EventBus/"]
10
COPY ["src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj", "src/BuildingBlocks/EventBus/EventBusRabbitMQ/"]
11
COPY ["src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj", "src/BuildingBlocks/EventBus/EventBusServiceBus/"]
0 commit comments