add my source into build
Some checks failed
Build and Test / build-image (push) Failing after 27s

This commit is contained in:
2025-12-31 18:07:15 +03:00
parent a76dfacf96
commit c0c4e6413a

View File

@@ -1,6 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
COPY . /app
WORKDIR /app
RUN dotnet nuget add source --name Sharp8N https://code.sharp8n.com/api/packages/Sharp8N/nuget/index.json
RUN dotnet publish -c Release -o published
FROM mcr.microsoft.com/dotnet/aspnet:10.0