From d2d2a442df99dfcf820bf09c523a26e369c6b4a9 Mon Sep 17 00:00:00 2001 From: zzy Date: Thu, 31 Oct 2019 10:23:39 +0800 Subject: [PATCH] add from command --- Nexter.FinTech/FinTech.API.Wechat/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Nexter.FinTech/FinTech.API.Wechat/Dockerfile b/Nexter.FinTech/FinTech.API.Wechat/Dockerfile index eda66a4..8e9869e 100644 --- a/Nexter.FinTech/FinTech.API.Wechat/Dockerfile +++ b/Nexter.FinTech/FinTech.API.Wechat/Dockerfile @@ -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