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

This commit is contained in:
Mingor(100757) 2024-08-27 18:45:41 +08:00
parent 7a99e72786
commit 925bd5f4a5

View File

@ -2,6 +2,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
RUN ls -l && ls -l dst
COPY dst/* .
EXPOSE 8080