update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 2m19s

This commit is contained in:
Mingor(100757) 2024-08-28 09:27:59 +08:00
parent 1ec1b16b13
commit 96e1062e9b

View File

@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
RUN ls -l && ls -l dst
COPY dst/* .
WORKDIR /app WORKDIR /app
COPY dst .
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT ["dotnet", "dotnet-deploy-k8s.dll"] ENTRYPOINT ["dotnet", "dotnet-deploy-k8s.dll"]