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