Skip to content

Commit

Permalink
add from command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozhengyan committed Oct 31, 2019
1 parent ed1c736 commit d2d2a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Nexter.FinTech/FinTech.API.Wechat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:2.2-stretch AS build
COPY ./ /src
RUN ls -la
WORKDIR "/src/Nexter.FinTech/FinTech.API.Wechat"
FROM build AS publish
RUN ls -la
RUN dotnet publish "FinTech.API.Wechat.csproj" -c Release -o /app

Expand Down

0 comments on commit d2d2a44

Please sign in to comment.