This commit is contained in:
2026-01-02 00:50:35 +03:00
parent bbde5fe3ba
commit 5c2684405b
3 changed files with 1 additions and 1 deletions

View File

@@ -15,4 +15,4 @@ FROM mcr.microsoft.com/dotnet/aspnet:10.0
WORKDIR /app WORKDIR /app
COPY --from=build /app/published . COPY --from=build /app/published .
CMD ["dotnet", "S8N_Workflow_Template.dll"] CMD ["dotnet", "S8N.WorkflowTemplate.dll"]