update
This commit is contained in:
@@ -38,9 +38,9 @@ RUN dotnet build "Managing.Api.csproj" -c Release -o /app/build
|
||||
FROM build AS publish
|
||||
RUN dotnet publish "Managing.Api.csproj" -c Release -o /app/publish
|
||||
|
||||
# FROM base AS final
|
||||
# WORKDIR /app
|
||||
# COPY --from=publish /app/publish .
|
||||
# #COPY Managing.Api/managing_cert.pfx .
|
||||
# # Managing.Api/appsettings.Lowpro.json .
|
||||
# ENTRYPOINT ["dotnet", "Managing.Api.dll"]
|
||||
FROM base AS final
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
#COPY Managing.Api/managing_cert.pfx .
|
||||
# Managing.Api/appsettings.Lowpro.json .
|
||||
ENTRYPOINT ["dotnet", "Managing.Api.dll"]
|
||||
|
||||
Reference in New Issue
Block a user