Commit 099091af by pengjinyang

提交

parent 9e7aa0cb
...@@ -3,8 +3,8 @@ WORKDIR /app ...@@ -3,8 +3,8 @@ WORKDIR /app
FROM microsoft/dotnet:2.2-sdk AS build FROM microsoft/dotnet:2.2-sdk AS build
WORKDIR /src WORKDIR /src
COPY ../TakeStock.Subscriber.csproj TakeStock.Subscriber/ COPY TakeStock.Subscriber/TakeStock.Subscriber.csproj TakeStock.Subscriber/
COPY ../Message/Message.csproj Message/ COPY Message/Message.csproj Message/
RUN dotnet restore TakeStock.Subscriber/TakeStock.Subscriber.csproj RUN dotnet restore TakeStock.Subscriber/TakeStock.Subscriber.csproj
COPY . . COPY . .
WORKDIR /src/TakeStock.Subscriber WORKDIR /src/TakeStock.Subscriber
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment