This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user