rename to s8nc
All checks were successful
Build and Test / build-image (push) Successful in 23s

This commit is contained in:
2025-12-31 11:05:00 +03:00
parent 6f86d0ecdb
commit afad94086a
3 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ RUN dotnet publish -c Release -o published
FROM mcr.microsoft.com/dotnet/aspnet:10.0
WORKDIR /app
COPY --from=build /app/published .
CMD ["dotnet", "pipelines-experiment.dll"]
CMD ["dotnet", "s8nc.dll"]