Commit a2c5e057 by xiongyuwen

no message

parent b172e3a2
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/core/sdk:2.2-stretch AS build
WORKDIR /src
COPY ["src/Bailun.Discuz.Service/Bailun.Discuz.Service.csproj", "src/Bailun.Discuz.Service/"]
......@@ -19,4 +15,4 @@ RUN dotnet publish "Bailun.Discuz.Service.csproj" -c Release -o /app
FROM base AS final
WORKDIR /app
COPY --from=publish /app .
ENTRYPOINT ["dotnet", "Bailun.Discuz.Service.dll"]
\ No newline at end of file
ENTRYPOINT ["dotnet", "Bailun.Discuz.Service.dll"]
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