update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 2m19s
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 2m19s
This commit is contained in:
parent
1ec1b16b13
commit
96e1062e9b
@ -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"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user