Commit 6401d11e by zhouminghui

fix dockerfile

parent 611b1c9e
...@@ -5,7 +5,7 @@ RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shang ...@@ -5,7 +5,7 @@ RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shang
FROM microsoft/dotnet:2.1-sdk AS build FROM microsoft/dotnet:2.1-sdk AS build
WORKDIR /src WORKDIR /src
COPY Bailun.DC.SyncMonthSalesProfitNew/Bailun.DC.SyncMonthSalesProfitNew.csproj Bailun.DC.SyncMonthSalesProfitNew/ COPY Bailun.DC.SyncMonthSalesProfitNew/Bailun.DC.SyncMonthSalesProfitNew.csproj Bailun.DC.SyncMonthSalesProfitNew/
COPY Bailun.DC.Service/Bailun.DC.Service.csproj Bailun.DC.Service/ COPY Bailun.DC.Services/Bailun.DC.Services.csproj Bailun.DC.Services/
RUN dotnet restore Bailun.DC.SyncMonthSalesProfitNew/Bailun.DC.SyncMonthSalesProfitNew.csproj RUN dotnet restore Bailun.DC.SyncMonthSalesProfitNew/Bailun.DC.SyncMonthSalesProfitNew.csproj
COPY . . COPY . .
WORKDIR /src/Bailun.DC.SyncMonthSalesProfitNew WORKDIR /src/Bailun.DC.SyncMonthSalesProfitNew
......
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